Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 9a6c625b6bc20c999d27cb2d035ea8c5 > files > 244

php-ZendFramework-extras-1.12.7-1.mga4.noarch.rpm

<?xml version="1.0" encoding="utf-8"?>
<project title="Zend Framework Extras API Documentation" version="2.2.0&#10;">
  <partials/>
  <file path="JQuery.php" generated-path="JQuery.html" hash="452811ce1a70218333f530f37b28dd28" package="ZendX_JQuery">
    <docblock line="0">
      <description>Zend Framework</description>
      <long-description>LICENSE

This source file is subject to the new BSD license that is bundled
with this package in the file LICENSE.txt.
It is also available through the world-wide-web at this URL:
http://framework.zend.com/license/new-bsd
If you did not receive a copy of the license and are unable to
obtain it through the world-wide-web, please send an email
to license@zend.com so we can send you a copy immediately.</long-description>
      <tag name="category" line="0" description="ZendX"/>
      <tag name="package" line="0" description="ZendX_JQuery"/>
      <tag name="subpackage" line="0" description="View"/>
      <tag name="copyright" line="0" description="Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)"/>
      <tag name="license" line="0" description="New BSD License" link="http://framework.zend.com/license/new-bsd"/>
      <tag name="version" line="0" description="$Id$"/>
    </docblock>
    <class final="false" abstract="false" namespace="" line="36" package="ZendX_JQuery">
      <extends/>
      <name>ZendX_JQuery</name>
      <full_name>\ZendX_JQuery</full_name>
      <docblock line="36">
        <description>jQuery Global Class holding constants and static convienience methods.</description>
        <long-description></long-description>
        <tag name="todo" line="36" description="Offer convenience methods to add a tab or accordion container/pane combination."/>
        <tag name="package" line="36" description="ZendX_JQuery"/>
        <tag name="copyright" line="36" description="Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)"/>
        <tag name="license" line="36" description="New BSD License" link="http://framework.zend.com/license/new-bsd"/>
      </docblock>
      <constant namespace="" line="43" package="ZendX_JQuery">
        <name>DEFAULT_JQUERY_VERSION</name>
        <full_name>\ZendX_JQuery::DEFAULT_JQUERY_VERSION</full_name>
        <value>"1.3.2"</value>
        <docblock line="43">
          <description>Current default supported jQuery library version with ZendX_JQuery</description>
          <long-description></long-description>
          <tag name="const" line="43" description="string"/>
        </docblock>
      </constant>
      <constant namespace="" line="50" package="ZendX_JQuery">
        <name>DEFAULT_UI_VERSION</name>
        <full_name>\ZendX_JQuery::DEFAULT_UI_VERSION</full_name>
        <value>"1.7.1"</value>
        <docblock line="50">
          <description>Currently supported jQuery UI library version with ZendX_JQuery</description>
          <long-description></long-description>
          <tag name="const" line="50" description="string"/>
        </docblock>
      </constant>
      <constant namespace="" line="56" package="ZendX_JQuery">
        <name>CDN_BASE_GOOGLE</name>
        <full_name>\ZendX_JQuery::CDN_BASE_GOOGLE</full_name>
        <value>'http://ajax.googleapis.com/ajax/libs/'</value>
        <docblock line="56">
          <description></description>
          <long-description></long-description>
          <tag name="see" line="56" description="" link="\http://code.google.com/apis/ajaxlibs/documentation/index.html#jquery"/>
          <tag name="const" line="56" description="string Base path to CDN"/>
        </docblock>
      </constant>
      <constant namespace="" line="62" package="ZendX_JQuery">
        <name>CDN_BASE_GOOGLE_SSL</name>
        <full_name>\ZendX_JQuery::CDN_BASE_GOOGLE_SSL</full_name>
        <value>'https://ajax.googleapis.com/ajax/libs/'</value>
        <docblock line="62">
          <description></description>
          <long-description></long-description>
          <tag name="see" line="62" description="" link="\http://code.google.com/apis/ajaxlibs/documentation/index.html#jquery"/>
          <tag name="const" line="62" description="string Base path to CDN"/>
        </docblock>
      </constant>
      <constant namespace="" line="67" package="ZendX_JQuery">
        <name>CDN_SUBFOLDER_JQUERY</name>
        <full_name>\ZendX_JQuery::CDN_SUBFOLDER_JQUERY</full_name>
        <value>'jquery/'</value>
        <docblock line="67">
          <description></description>
          <long-description></long-description>
          <tag name="const" line="67" description="string"/>
        </docblock>
      </constant>
      <constant namespace="" line="72" package="ZendX_JQuery">
        <name>CDN_SUBFOLDER_JQUERYUI</name>
        <full_name>\ZendX_JQuery::CDN_SUBFOLDER_JQUERYUI</full_name>
        <value>'jqueryui/'</value>
        <docblock line="72">
          <description></description>
          <long-description></long-description>
          <tag name="const" line="72" description="string"/>
        </docblock>
      </constant>
      <constant namespace="" line="81" package="ZendX_JQuery">
        <name>CDN_JQUERY_PATH_GOOGLE</name>
        <full_name>\ZendX_JQuery::CDN_JQUERY_PATH_GOOGLE</full_name>
        <value>'/jquery.min.js'</value>
        <docblock line="81">
          <description>Always uses compressed version, because this is assumed to be the use case
in production enviroment. An uncompressed version has to included manually.</description>
          <long-description></long-description>
          <tag name="see" line="81" description="" link="\http://code.google.com/apis/ajaxlibs/documentation/index.html#jquery"/>
          <tag name="const" line="81" description="string File path after base and version"/>
        </docblock>
      </constant>
      <constant namespace="" line="91" package="ZendX_JQuery">
        <name>RENDER_LIBRARY</name>
        <full_name>\ZendX_JQuery::RENDER_LIBRARY</full_name>
        <value>1</value>
        <docblock line="91">
          <description>Which parts of the the jQuery library should be rendered on echo'ing
the jQuery library to the View. The constants act as bit-mask. This
way the jQuery autogenerated code can be refactored based on personal needs.</description>
          <long-description></long-description>
          <tag name="see" line="91" description="" link="\ZendX_JQuery_Helper_JQuery::setRenderMode"/>
          <tag name="const" line="91" description="Integer"/>
        </docblock>
      </constant>
      <constant namespace="" line="92" package="ZendX_JQuery">
        <name>RENDER_SOURCES</name>
        <full_name>\ZendX_JQuery::RENDER_SOURCES</full_name>
        <value>2</value>
        <docblock line="92">
          <description></description>
          <long-description></long-description>
        </docblock>
      </constant>
      <constant namespace="" line="93" package="ZendX_JQuery">
        <name>RENDER_STYLESHEETS</name>
        <full_name>\ZendX_JQuery::RENDER_STYLESHEETS</full_name>
        <value>4</value>
        <docblock line="93">
          <description></description>
          <long-description></long-description>
        </docblock>
      </constant>
      <constant namespace="" line="94" package="ZendX_JQuery">
        <name>RENDER_JAVASCRIPT</name>
        <full_name>\ZendX_JQuery::RENDER_JAVASCRIPT</full_name>
        <value>8</value>
        <docblock line="94">
          <description></description>
          <long-description></long-description>
        </docblock>
      </constant>
      <constant namespace="" line="95" package="ZendX_JQuery">
        <name>RENDER_JQUERY_ON_LOAD</name>
        <full_name>\ZendX_JQuery::RENDER_JQUERY_ON_LOAD</full_name>
        <value>16</value>
        <docblock line="95">
          <description></description>
          <long-description></long-description>
        </docblock>
      </constant>
      <constant namespace="" line="96" package="ZendX_JQuery">
        <name>RENDER_ALL</name>
        <full_name>\ZendX_JQuery::RENDER_ALL</full_name>
        <value>255</value>
        <docblock line="96">
          <description></description>
          <long-description></long-description>
        </docblock>
      </constant>
      <method final="false" abstract="false" static="true" visibility="public" namespace="" line="104" package="ZendX_JQuery">
        <name>enableView</name>
        <full_name>\ZendX_JQuery::enableView()</full_name>
        <docblock line="104">
          <description>jQuery-enable a view instance</description>
          <long-description></long-description>
          <tag name="param" line="104" description="" type="\Zend_View_Interface" variable="$view">
            <type link="Zend_View_Interface.html">\Zend_View_Interface</type>
          </tag>
          <tag name="return" line="104" description="" type="void">
            <type>void</type>
          </tag>
        </docblock>
        <argument line="0" by_reference="false">
          <name>$view</name>
          <default></default>
          <type>\Zend_View_Interface</type>
        </argument>
      </method>
      <method final="false" abstract="false" static="true" visibility="public" namespace="" line="117" package="ZendX_JQuery">
        <name>enableForm</name>
        <full_name>\ZendX_JQuery::enableForm()</full_name>
        <docblock line="117">
          <description>jQuery-enable a form instance</description>
          <long-description></long-description>
          <tag name="param" line="117" description="" type="\Zend_Form" variable="$form">
            <type link="Zend_Form.html">\Zend_Form</type>
          </tag>
          <tag name="return" line="117" description="" type="void">
            <type>void</type>
          </tag>
        </docblock>
        <argument line="0" by_reference="false">
          <name>$form</name>
          <default></default>
          <type>\Zend_Form</type>
        </argument>
      </method>
      <method final="false" abstract="false" static="true" visibility="public" namespace="" line="143" package="ZendX_JQuery">
        <name>encodeJson</name>
        <full_name>\ZendX_JQuery::encodeJson()</full_name>
        <docblock line="143">
          <description>Encode Json that may include javascript expressions.</description>
          <long-description>Take care of using the Zend_Json_Encoder to alleviate problems with the json_encode
magic key mechanism as of now.</long-description>
          <tag name="see" line="143" description="" link="\Zend_Json::encode"/>
          <tag name="param" line="143" description="" type="mixed" variable="$value">
            <type>mixed</type>
          </tag>
          <tag name="return" line="143" description="" type="mixed">
            <type>mixed</type>
          </tag>
        </docblock>
        <argument line="0" by_reference="false">
          <name>$value</name>
          <default></default>
          <type>mixed</type>
        </argument>
      </method>
    </class>
    <markers>
      <todo line="36">Offer convenience methods to add a tab or accordion container/pane combination.</todo>
    </markers>
    <source>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</source>
  </file>
  <file path="Exception.php" generated-path="Exception.html" hash="875abd6e3dac2f186ba0e94185beb1ad" package="ZendX_Whois">
    <docblock line="0">
      <description>Zend Framework</description>
      <long-description>LICENSE

This source file is subject to the new BSD license that is bundled
with this package in the file LICENSE.txt.
It is also available through the world-wide-web at this URL:
http://framework.zend.com/license/new-bsd
If you did not receive a copy of the license and are unable to
obtain it through the world-wide-web, please send an email
to license@zend.com so we can send you a copy immediately.</long-description>
      <tag name="category" line="0" description="ZendX"/>
      <tag name="package" line="0" description="ZendX_Whois"/>
      <tag name="copyright" line="0" description="Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)"/>
      <tag name="license" line="0" description="New BSD License" link="http://framework.zend.com/license/new-bsd"/>
      <tag name="version" line="0" description="$Id$"/>
    </docblock>
    <class final="false" abstract="false" namespace="" line="36" package="ZendX">
      <extends>\Zend_Exception</extends>
      <name>ZendX_Exception</name>
      <full_name>\ZendX_Exception</full_name>
      <docblock line="36">
        <description>Exception class for ZendX</description>
        <long-description></long-description>
        <tag name="category" line="36" description="ZendX"/>
        <tag name="package" line="36" description="ZendX"/>
        <tag name="uses" line="36" description="" link="Zend_Exception"/>
        <tag name="copyright" line="36" description="Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)"/>
        <tag name="license" line="36" description="New BSD License" link="http://framework.zend.com/license/new-bsd"/>
      </docblock>
    </class>
    <source>eJzVUsFu1DAQvecr5lCp7YpNlgouBYmFskiRVj2wrYq4rBxnkpg6drCdzW4R/87YcYIEEuoVn+znN89vnuftu67pkmyxSGABX1GV8MmwFgdtHgnx4Da/2dzuNvF01wgLVveGI1RCIvhjX3xD7sBpcA2CwgE+7D6CFByVRcKY87SiV6XE0qsMwjWEE9gx/shqklGhNkjGF1N3dKln56GcSauBHZiQrJBe1ei+bkIVuZXlchAlLgcsgJ4L2veft9e+vnGuu86yamosfaI+U67bLFrMyPKysMFaXsFJ91CKEpR2YJCjOCAw4Lo7ga7Cg1NrjPJiBqFXoyftFXThGLUj3D88voBOIiMF6yNnCrClxnw1hRjV15NNyhsGBE60QPf+oh/RtlgK5lCe0vhDa07HWpsThP/8ErAp5ojtHxot7MgmGSPqxgHczNsLfglXq9Xr5dXq5atxLO6QN0pLXQukZHfvIVc8hYuY7TAMc6qXQXeKCJ4fP/h1G6dnO94FrQMaK7Si27O8PCMoS6aRXVvEYHC/OXLsHNHCvcHvvTC414oG9dwTspmQ0sifv5klZhy4ZNZCpc2c3HMDDVhvKZqw/jL0P+ScJWP/44T8TgWPjhD7Z1M/kp/JLw2YXzU=</source>
  </file>
  <file path="JQuery/Form.php" generated-path="JQuery.Form.html" hash="39fcaf7e3512ceccd66006d89b4f6040" package="ZendX_JQuery">
    <docblock line="0">
      <description>Zend Framework</description>
      <long-description>LICENSE

This source file is subject to the new BSD license that is bundled
with this package in the file LICENSE.txt.
It is also available through the world-wide-web at this URL:
http://framework.zend.com/license/new-bsd
If you did not receive a copy of the license and are unable to
obtain it through the world-wide-web, please send an email
to license@zend.com so we can send you a copy immediately.</long-description>
      <tag name="category" line="0" description="ZendX"/>
      <tag name="package" line="0" description="ZendX_JQuery"/>
      <tag name="subpackage" line="0" description="View"/>
      <tag name="copyright" line="0" description="Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)"/>
      <tag name="license" line="0" description="New BSD License" link="http://framework.zend.com/license/new-bsd"/>
      <tag name="version" line="0" description="$Id$"/>
    </docblock>
    <class final="false" abstract="false" namespace="" line="33" package="ZendX_JQuery\Form">
      <extends>\Zend_Form</extends>
      <name>ZendX_JQuery_Form</name>
      <full_name>\ZendX_JQuery_Form</full_name>
      <docblock line="33">
        <description>Form Wrapper for jQuery-enabled forms</description>
        <long-description></long-description>
        <tag name="package" line="33" description="ZendX_JQuery"/>
        <tag name="subpackage" line="33" description="Form"/>
        <tag name="copyright" line="33" description="Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)"/>
        <tag name="license" line="33" description="New BSD License" link="http://framework.zend.com/license/new-bsd"/>
      </docblock>
      <method final="false" abstract="false" static="false" visibility="public" namespace="" line="41" package="ZendX_JQuery\Form">
        <name>__construct</name>
        <full_name>\ZendX_JQuery_Form::__construct()</full_name>
        <docblock line="41">
          <description>Constructor</description>
          <long-description></long-description>
          <tag name="param" line="41" description="" type="array|\Zend_Config|null" variable="$options">
            <type>array</type>
            <type link="Zend_Config.html">\Zend_Config</type>
            <type>null</type>
          </tag>
          <tag name="return" line="41" description="" type="void">
            <type>void</type>
          </tag>
        </docblock>
        <argument line="0" by_reference="false">
          <name>$options</name>
          <default>null</default>
          <type>array|\Zend_Config|null</type>
        </argument>
      </method>
      <method final="false" abstract="false" static="false" visibility="public" namespace="" line="58" package="ZendX_JQuery\Form">
        <name>setView</name>
        <full_name>\ZendX_JQuery_Form::setView()</full_name>
        <docblock line="58">
          <description>Set the view object</description>
          <long-description>Ensures that the view object has the jQuery view helper path set.</long-description>
          <tag name="param" line="58" description="" type="\Zend_View_Interface" variable="$view">
            <type link="Zend_View_Interface.html">\Zend_View_Interface</type>
          </tag>
          <tag name="return" line="58" description="" type="\ZendX_JQuery_Form">
            <type link="ZendX_JQuery_Form.html">\ZendX_JQuery_Form</type>
          </tag>
        </docblock>
        <argument line="0" by_reference="false">
          <name>$view</name>
          <default>null</default>
          <type>\Zend_View_Interface</type>
        </argument>
      </method>
    </class>
    <source>eJy9VW1v0zAQ/p5fcaBJa6e1GRN82RivG1A0TYPxJr5UrnNpDK4dHKdZYfvvnC9xtXXdhAQiX5LcnZ+7e/z4/PhpWZRJurWVwBZ8RZPBKydm2Fj3nSzBeDx6eXRydtT9fShUBZWtnUTIlUYIv/XkG0oP3oIvEAw28OLsELSSaCokm/AhbFKbTGMWUBrlC7KTsRTyu5gSjOG1DNllHPpzPwzRI14udGVBzIXSYqIDqrP1tOBVVK3OBo3KcNDgBCgdY398f7wX1hfel3tpmsfGhj+pz6G0s7QrMaWSB5OKSxvlsLA1ZCoDYz04lKjmCAKkLRdgc04YWxPEl3AItWlrsgHBTrygdpS/o8ZtKDUKQqgC5cIAzqixsJpI7NCfxTKJb2gQJIVxeKivq0fNZpgp4VEvht0OPZP0O7VuAfSEHf3C1kj00jp++65Gt2An7eDS/0lh0+JQAqemhQd4ufzsyT7s7uw8GuzuPHjYCuYDysJYbacKifOz5zAycgi9jvWmaZZ89xk3kheeP94ajj7plHXc+hhtjq5S1rB/Y5RtkDFNEoc/auVwbA3p9H4oM31l3WxIYr+/n0S9BxN8dqIs0UFuHXxjSgbI25kF06yKtF4h8C7+Aub/ou8v2QtMSS2q6lpDY2YFzz3ZWg9bkl9JAGHmwrNFXZnKu1p66zpT9BBXVBLQ0XBiccEQFJyr6YWptYYNW3rasmoZ7tDXzsDcqqyzpfwu6wk1AnltZFgA47GMOXsRBA4ggPZ5QVsjSyFMgMETkWWnDnN1fip80du80ef4EKV1glrY3IbWnbZu1kt6zZ0tf/rLPPz8QZ4jjTM0fn2WK07sPtdl6ML+V0OHqiq1WLymGVb+o5z9/WUekgj1sre3bk+7sMtkVXJn6HmYzmlG0ZwNt86K9I5MVTs6SHzprIRCISq2tce8dRWow+kvqTWaruHCWStlFnEYjeOR8ehyQXNlY86j8rqIb7Bzp6IpYwDt3Qp/i7xVDj0+S/cODtrA/hVvjMjpzkQ4iCGDJ1P0p7qeKnNsRYaut9l2v9lvXcRBtbK/XNObLmo1Bx+0Fpn00kZd0UgUQcBIO4wokLX4+9fQL5ObXx3JUTyRvpaBqJrL5Ddglsbe</source>
  </file>
  <file path="JQuery/Exception.php" generated-path="JQuery.Exception.html" hash="caad9767224919456652f312fa87206b" package="ZendX_JQuery">
    <docblock line="0">
      <description>Zend Framework</description>
      <long-description>LICENSE

This source file is subject to the new BSD license that is bundled
with this package in the file LICENSE.txt.
It is also available through the world-wide-web at this URL:
http://framework.zend.com/license/new-bsd
If you did not receive a copy of the license and are unable to
obtain it through the world-wide-web, please send an email
to license@zend.com so we can send you a copy immediately.</long-description>
      <tag name="category" line="0" description="ZendX"/>
      <tag name="package" line="0" description="ZendX_JQuery"/>
      <tag name="subpackage" line="0" description="View"/>
      <tag name="copyright" line="0" description="Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)"/>
      <tag name="license" line="0" description="New BSD License" link="http://framework.zend.com/license/new-bsd"/>
      <tag name="version" line="0" description="$Id$"/>
    </docblock>
    <class final="false" abstract="false" namespace="" line="32" package="ZendX_JQuery">
      <extends>\Zend_Exception</extends>
      <name>ZendX_JQuery_Exception</name>
      <full_name>\ZendX_JQuery_Exception</full_name>
      <docblock line="32">
        <description>jQuery Exception</description>
        <long-description></long-description>
        <tag name="package" line="32" description="ZendX_JQuery"/>
        <tag name="copyright" line="32" description="Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)"/>
        <tag name="license" line="32" description="New BSD License" link="http://framework.zend.com/license/new-bsd"/>
      </docblock>
    </class>
    <source>eJy9Uk1v1DAQvedXjKoe2hWbLBVcChKFskhBq0plC0JcVo4zm7h17GA76w2I/87Y+VAREkJCIqf4zcybN2/m5au2bpNssUhgAV9QlfDOsAa9Ng+EBHCTX69vtuvxdVcLC1Z3hiPshUQIz664R+7AaXA1gkIPb7ZvQQqOyiJhzIW0olOlxDKweOFqwglsGX9gFdGoWBspx46pO7o0ZOexnEmrgR2YkKyQgdXorqpjFamV5dKLEpceC6B2kfvjh81lqK+day+zbD8Nln6jOVOum2yUmJHkZWGjtHwPve6gFCUo7cAgR3FAYMB124Pex4bTaIz8YgahU4MmHRh04RiNI9wfND6BViIjBhssZwqwocFCNZk4sl9NMslv8Aic0mJ60DfqEU2DpWAOZZ+OG7ri9Ky06YG+sNHPEZ2MntHd+9sOTR+DtME5/kmgH3iogRFV7QCu598zfg4Xq9Xz5cXq6bPhYO6Q10pLXQkkz7evIVc8hbPRde/97Pd55J3MC99fryZm34yXtRlike2AxgqtYvw0L08JzJLE4NdOGNxpRXd6EmRm6yPH1lFqShd/8iKZjv4+2gBzeLLxkWG/+fUfrPlHZ4ILXDJrfxG/m6cEPDoKDOFH8Hf4kfwEHdlSXA==</source>
  </file>
  <file path="JQuery/View/Helper/TabPane.php" generated-path="JQuery.View.Helper.TabPane.html" hash="d2f585f89c70c53cf313e6d870c0fecb" package="ZendX_JQuery">
    <docblock line="0">
      <description>Zend Framework</description>
      <long-description>LICENSE

This source file is subject to the new BSD license that is bundled
with this package in the file LICENSE.txt.
It is also available through the world-wide-web at this URL:
http://framework.zend.com/license/new-bsd
If you did not receive a copy of the license and are unable to
obtain it through the world-wide-web, please send an email
to license@zend.com so we can send you a copy immediately.</long-description>
      <tag name="category" line="0" description="ZendX"/>
      <tag name="package" line="0" description="ZendX_JQuery"/>
      <tag name="subpackage" line="0" description="View"/>
      <tag name="copyright" line="0" description="Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)"/>
      <tag name="license" line="0" description="New BSD License" link="http://framework.zend.com/license/new-bsd"/>
      <tag name="version" line="0" description="$Id$"/>
    </docblock>
    <class final="false" abstract="false" namespace="" line="34" package="ZendX_JQuery\View">
      <extends>\ZendX_JQuery_View_Helper_UiWidgetPane</extends>
      <name>ZendX_JQuery_View_Helper_TabPane</name>
      <full_name>\ZendX_JQuery_View_Helper_TabPane</full_name>
      <docblock line="34">
        <description>jQuery Tabs Pane View Helper, goes with Tab Container</description>
        <long-description></long-description>
        <tag name="uses" line="34" description="ZendX_JQuery_View_Helper_TabContainer" link="Zend_Json,"/>
        <tag name="package" line="34" description="ZendX_JQuery"/>
        <tag name="subpackage" line="34" description="View"/>
        <tag name="copyright" line="34" description="Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)"/>
        <tag name="license" line="34" description="New BSD License" link="http://framework.zend.com/license/new-bsd"/>
      </docblock>
      <method final="false" abstract="false" static="false" visibility="public" namespace="" line="44" package="ZendX_JQuery\View">
        <name>tabPane</name>
        <full_name>\ZendX_JQuery_View_Helper_TabPane::tabPane()</full_name>
        <docblock line="44">
          <description>Add a tab pane to the tab container with the given $id.</description>
          <long-description></long-description>
          <tag name="param" line="44" description="" type="string" variable="$id">
            <type>string</type>
          </tag>
          <tag name="param" line="44" description="" type="string" variable="$content">
            <type>string</type>
          </tag>
          <tag name="param" line="44" description="" type="array" variable="$options">
            <type>array</type>
          </tag>
          <tag name="return" line="44" description="always empty" type="string">
            <type>string</type>
          </tag>
        </docblock>
        <argument line="0" by_reference="false">
          <name>$id</name>
          <default>null</default>
          <type>string</type>
        </argument>
        <argument line="0" by_reference="false">
          <name>$content</name>
          <default>''</default>
          <type>string</type>
        </argument>
        <argument line="0" by_reference="false">
          <name>$options</name>
          <default>array()</default>
          <type>array</type>
        </argument>
      </method>
      <method final="false" abstract="false" static="false" visibility="protected" namespace="" line="70" package="ZendX_JQuery\View">
        <name>_addPane</name>
        <full_name>\ZendX_JQuery_View_Helper_TabPane::_addPane()</full_name>
        <docblock line="70">
          <description>Register new tab pane with tabContainer view helper.</description>
          <long-description></long-description>
          <tag name="see" line="70" description="" link="\ZendX_JQuery_View_Helper_TabContainer::addPane"/>
          <tag name="param" line="70" description="" type="string" variable="$id">
            <type>string</type>
          </tag>
          <tag name="param" line="70" description="" type="string" variable="$name">
            <type>string</type>
          </tag>
          <tag name="param" line="70" description="" type="string" variable="$content">
            <type>string</type>
          </tag>
          <tag name="param" line="70" description="" type="array" variable="$options">
            <type>array</type>
          </tag>
          <tag name="return" line="70" description="" type="void">
            <type>void</type>
          </tag>
        </docblock>
        <argument line="0" by_reference="false">
          <name>$id</name>
          <default></default>
          <type>string</type>
        </argument>
        <argument line="0" by_reference="false">
          <name>$name</name>
          <default></default>
          <type>string</type>
        </argument>
        <argument line="0" by_reference="false">
          <name>$content</name>
          <default></default>
          <type>string</type>
        </argument>
        <argument line="0" by_reference="false">
          <name>$options</name>
          <default>array()</default>
          <type>array</type>
        </argument>
      </method>
    </class>
    <source>eJy9VW1v0zAQ/kx+xWmq1Hbqy5jgy0bHO6LTNAEbLwKhyE2uiSG1g+00K2j/nTvXCR1jYwiEv7T23T1399xj5979Mi+j8fZ2BNvwHlUKz4xYYK3NZzrhw6Pp46fHJ0/D7jSXFqyuTIIwlwUCb6vZJ0wcOA0uR1BYw6OTJ1DIBJVFOhOO3WaVSgtMGaWWLqdzOixF8llkBKN8rIcMGUfuzI3Ye+rDRWE1iKWQhZgVjGp0leU+iqot0mEtUxzWOANK57Ffvzra4/jcuXJvPJ43jY2+Up+jRC/GocQxlTycWV/adA4rXUEqU1DagcEE5RJBQKLLFei5T9i0JogvYRAqta5JM4KeOUHtSHdNjQMoCxSEYJlyoQAX1BhHE4kB/UFTJvENNUJCbt6d6wv1yMUCUykcFqtRmNCDhLaZNiugxRN9508botvT+PBlhWbljTTB1v5GYr3GoQRGZrkDeNz+7SV92N3ZuTvc3bl9Zy2YU0xypQudSSTOTx7CVCUj6AXW67pu+e573IY8Xjcejfc+Dso6Wts82hKNlVp5e2eaduhwHEUGv1TSYKwV6XTrtXwr0wzdC6FwRHrf2o8ayX/yJMCpmFlgs28fnmNRohlApqklL1ZyIBYUTxZNw3RlyXwrEBofWq0GF7iNGSxeg8WEsAlwYSLXDeR/zuNvxzGOkkJYey0JnmU8c+RyjePmyKJvEafzE+O1DQ9TujTgaCYlo4WHh/dJQ3HzxiBkdH8VdGQ6CuENCk2AGgWwzkiVscdVFkZF5X42C2MEXbOOLh1J0LZmg64yqokWRS1Wlm546VbBZex/y2pGtMK8UgnHc/3cbo8KmaiqKAZt4km3OwjZmmQTv+31+x5qzRAvOe/twGQy8bCxqhaxMJklvw0fXqHGDr+U+63lPGr/dhSJACbQ7e5vgktr0fWaKj50nXQFdj9ewm/CL3nuX3Cr1K/hfl0SFzs8iEWaNkQN1ol+UDVoM25ghGabVgLkhqBeYSatI9Xwx6vV1VpCG/cWlvw65F6il9Rk8dJdvvIB2NsLPfy5Frndf6vTpW6zBWEa7eiDjukPbf6G85tpM8yPSRwebPLa6w8P/mio59F59B0dJ7E3</source>
  </file>
  <file path="JQuery/View/Helper/TabContainer.php" generated-path="JQuery.View.Helper.TabContainer.html" hash="d84ec28497947dfb7d8181e2c9ff6617" package="ZendX_JQuery">
    <docblock line="0">
      <description>Zend Framework</description>
      <long-description>LICENSE

This source file is subject to the new BSD license that is bundled
with this package in the file LICENSE.txt.
It is also available through the world-wide-web at this URL:
http://framework.zend.com/license/new-bsd
If you did not receive a copy of the license and are unable to
obtain it through the world-wide-web, please send an email
to license@zend.com so we can send you a copy immediately.</long-description>
      <tag name="category" line="0" description="ZendX"/>
      <tag name="package" line="0" description="ZendX_JQuery"/>
      <tag name="subpackage" line="0" description="View"/>
      <tag name="copyright" line="0" description="Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)"/>
      <tag name="license" line="0" description="New BSD License" link="http://framework.zend.com/license/new-bsd"/>
      <tag name="version" line="0" description="$Id$"/>
    </docblock>
    <class final="false" abstract="false" namespace="" line="37" package="ZendX_JQuery\View">
      <extends>\ZendX_JQuery_View_Helper_UiWidget</extends>
      <name>ZendX_JQuery_View_Helper_TabContainer</name>
      <full_name>\ZendX_JQuery_View_Helper_TabContainer</full_name>
      <docblock line="37">
        <description>jQuery Tabs Container View Helper</description>
        <long-description></long-description>
        <tag name="uses" line="37" description="" link="Zend_Json"/>
        <tag name="package" line="37" description="ZendX_JQuery"/>
        <tag name="subpackage" line="37" description="View"/>
        <tag name="copyright" line="37" description="Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)"/>
        <tag name="license" line="37" description="New BSD License" link="http://framework.zend.com/license/new-bsd"/>
      </docblock>
      <property static="false" visibility="protected" line="44" namespace="" package="ZendX_JQuery\View">
        <name>$_tabs</name>
        <default>array()</default>
        <docblock line="44">
          <description>Save all the pre-rendered tab panes to each tab container</description>
          <long-description></long-description>
          <tag name="var" line="44" description="" type="array" variable="">
            <type>array</type>
          </tag>
        </docblock>
      </property>
      <method final="false" abstract="false" static="false" visibility="public" namespace="" line="55" package="ZendX_JQuery\View">
        <name>addPane</name>
        <full_name>\ZendX_JQuery_View_Helper_TabContainer::addPane()</full_name>
        <docblock line="55">
          <description>Add Tab to TabsContainer</description>
          <long-description></long-description>
          <tag name="param" line="55" description="" type="string" variable="$id">
            <type>string</type>
          </tag>
          <tag name="param" line="55" description="" type="string" variable="$name">
            <type>string</type>
          </tag>
          <tag name="param" line="55" description="" type="string" variable="$content">
            <type>string</type>
          </tag>
          <tag name="param" line="55" description="" type="array" variable="$options">
            <type>array</type>
          </tag>
          <tag name="return" line="55" description="" type="\ZendX_JQuery_View_Helper_TabsContainer">
            <type link="ZendX_JQuery_View_Helper_TabsContainer.html">\ZendX_JQuery_View_Helper_TabsContainer</type>
          </tag>
        </docblock>
        <argument line="0" by_reference="false">
          <name>$id</name>
          <default></default>
          <type>string</type>
        </argument>
        <argument line="0" by_reference="false">
          <name>$name</name>
          <default></default>
          <type>string</type>
        </argument>
        <argument line="0" by_reference="false">
          <name>$content</name>
          <default></default>
          <type>string</type>
        </argument>
        <argument line="0" by_reference="false">
          <name>$options</name>
          <default>array()</default>
          <type>array</type>
        </argument>
      </method>
      <method final="false" abstract="false" static="false" visibility="public" namespace="" line="81" package="ZendX_JQuery\View">
        <name>tabContainer</name>
        <full_name>\ZendX_JQuery_View_Helper_TabContainer::tabContainer()</full_name>
        <docblock line="81">
          <description>Render TabsContainer with all the currently registered tabs.</description>
          <long-description>Render all tabs to the given $id. If no arguments are given the
tabsContainer view helper object is returned and can be used
for chaining {@link addPane()} for tab pane adding.</long-description>
          <tag name="link" line="81" description="http://docs.jquery.com/UI/Tabs" link="http://docs.jquery.com/UI/Tabs"/>
          <tag name="param" line="81" description="" type="string" variable="$id">
            <type>string</type>
          </tag>
          <tag name="param" line="81" description="" type="array" variable="$params">
            <type>array</type>
          </tag>
          <tag name="param" line="81" description="" type="array" variable="$attribs">
            <type>array</type>
          </tag>
          <tag name="return" line="81" description="" type="string|\ZendX_JQuery_View_Helper_TabsContainer">
            <type>string</type>
            <type link="ZendX_JQuery_View_Helper_TabsContainer.html">\ZendX_JQuery_View_Helper_TabsContainer</type>
          </tag>
        </docblock>
        <argument line="0" by_reference="false">
          <name>$id</name>
          <default>null</default>
          <type>string</type>
        </argument>
        <argument line="0" by_reference="false">
          <name>$params</name>
          <default>array()</default>
          <type>array</type>
        </argument>
        <argument line="0" by_reference="false">
          <name>$attribs</name>
          <default>array()</default>
          <type>array</type>
        </argument>
      </method>
    </class>
    <source>eJy9V21v2zYQ/jz/Cs51Kjm1pbTYviRxlizrUBdB2zXJNiwoDFqiLSY05ZKUXa/Lf98dRcmyZBsBVkxAUet499zDe1VOf5on81Z4eNgih+QvJmPyq6IztkzVA0hQeDW8fP3u+rV7u0m4JjrNVMTIhAtG8DUb37PIEJMSkzAi2ZL8fP0LETxiUjOQUYNq40zGgsWIsuQmATkI5zR6oFOAkdbWQjqPgfliAtQeWnMqdErognJBxwJRVZpNE2sFbEXcX/KY9ZdsTMCdxb79eHWM9okx8+MwnBQXC/6GewZROgsdxRAo98faUhtOyCrNSMxjIlNDFIsYXzBCSZTOVySdWIfF1SjEiypGMplzShEhHRsK1+FmD8cemQtGAUFjyKkkbAYXQ2sIokM/L2hCvMmSkQjUrDryc3z4bMZiTg0Tq8Bl6DyC12mqVgQezOifVloEupSO3v6WMbWyh5DB8vx3zpY5DjhQfJoYQi7Ln37UJa+Ojn7svzp6+UNeMDcsSmQq0ilnEPPrCzKUUUB8F/XlclnGu2txi+Dh8+TUWO13rrKu8jOLtmBK81Ta884w7oAwbBUFfa4Z27jtCG83esPEnKnRLf+Dx1NmrIlinzOu2CiVUNltaxPmNiHahLlNWNgE0Dbtk9LRvdUkN3SsIVgSC4ApG0qSGxbJyTQE6TuXg9Fbncp6dvYl5//MzX9NTdiKBNV6d/ghWOtQsS8G9PZol8n62kJ/Nu74HJJriv0phG2zuWJ9BRhMsZgYOoYBI+Hq0FWMRomVRIVTB1DgnC+ogm5WdOUkof1/rlID0w3gOiOD+R3kSn4X0l+jchHHWAPoDkvhcpenOYWoEqKN4nJKOjzedSIh+LvO8B5MmvqxJQe9kM4N9IUujxUzmZJ709Eg7CKQjSHlZJLJCCEJjeMPEFUfePdyir2STc/5L9wPXKy6FinPHT584n/PtWbG7+Cs7p/Z2N4B5Kdut6Jn27quUU1BofRYhYYQCSZ9y61LBgNyRJ4/J86fY3bnGW4E87b4QzPw0dCseit/Ntjdrfl5iOSRwVkRJs+FKZeVMfOcp1zsXiqXc7mzrnLpY6P2Ptqq36y7fNEWvRFlClrDiBXgTbk2RY/ooFafDsraYcW7xT6FRSixWgPckhK2sZpmM0DUdgnmx6BYwJgNKgschomtNViR9oMBdnR+MxbbVYobbgzbVLOyISapIlECCFjyX2E+yYey/rqP9rjocpSDVv0yuU05z+I00sH9Zyx/O8xuhyGG7OmtWfSXfW3YFafUAMC40X057D/foAlNZXpiJw5kJkSvoFW0Xa9ksqcREXMks9kI8ql97BdomHpTNEuw1geVjnYu7zweb2uvjWPsMx5v7yzXH6DSbp9UHT15cggoczD3TjNB7DoatDPeR4O+pIv2mRd8ePNh9Pr91cmmXWJmAu28mhy24RQrfhSlGXBToPNyUwUqEjdNkxy5uCadB9vgizrPEnvkRo+eQ52Yie8d6D7K+wex16tFrtek8+JF96QJDPMEt1ZncVfOmU9NtXVYUf+umFS3SmzJ4WaAA4yw4Fsi3OeGzdpnp5Qkik0GbS/Ygh54oKGhhSEdSNIOTZCehlZ4GlL4J/iuZNmqIUzAZ8u3IfkMaJTJ+AbkLAdbUZZDzBcE+rVd81InhiNNtJ3XYm1YxwCwNxat3W+VUISZqKJsqq07z1oElv6mq0xu78Fdw8GWqO/mU7NTczk4rM7G42MmozRm+J1cmlYcbMv6Gsn7+uhtHyz3erPH/PazA93uBngL/wBceL0NzJ3zuqAJH6b5zzcU/8hVMHn3zLzeNsKlrHJBF918XfXPYMG9l1cpjX24QbeSs3JeYXF5tYoIyk8U1LrIiZRDutvQ9tZl0UTa+OisGu0sy2JxrCvosfXY+heISsLj</source>
  </file>
  <file path="JQuery/View/Helper/AccordionContainer.php" generated-path="JQuery.View.Helper.AccordionContainer.html" hash="be35b7cf12ea4fa18edb9da9fc972ee9" package="ZendX_JQuery">
    <docblock line="0">
      <description>Zend Framework</description>
      <long-description>LICENSE

This source file is subject to the new BSD license that is bundled
with this package in the file LICENSE.txt.
It is also available through the world-wide-web at this URL:
http://framework.zend.com/license/new-bsd
If you did not receive a copy of the license and are unable to
obtain it through the world-wide-web, please send an email
to license@zend.com so we can send you a copy immediately.</long-description>
      <tag name="category" line="0" description="ZendX"/>
      <tag name="package" line="0" description="ZendX_JQuery"/>
      <tag name="subpackage" line="0" description="View"/>
      <tag name="copyright" line="0" description="Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)"/>
      <tag name="license" line="0" description="New BSD License" link="http://framework.zend.com/license/new-bsd"/>
      <tag name="version" line="0" description="$Id$"/>
    </docblock>
    <class final="false" abstract="false" namespace="" line="37" package="ZendX_JQuery\View">
      <extends>\ZendX_JQuery_View_Helper_UiWidget</extends>
      <name>ZendX_JQuery_View_Helper_AccordionContainer</name>
      <full_name>\ZendX_JQuery_View_Helper_AccordionContainer</full_name>
      <docblock line="37">
        <description>jQuery Accordion View Helper</description>
        <long-description></long-description>
        <tag name="uses" line="37" description="" link="Zend_Json"/>
        <tag name="package" line="37" description="ZendX_JQuery"/>
        <tag name="subpackage" line="37" description="View"/>
        <tag name="copyright" line="37" description="Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)"/>
        <tag name="license" line="37" description="New BSD License" link="http://framework.zend.com/license/new-bsd"/>
      </docblock>
      <property static="false" visibility="protected" line="42" namespace="" package="ZendX_JQuery\View">
        <name>$_panes</name>
        <default>array()</default>
        <docblock line="42">
          <description></description>
          <long-description></long-description>
          <tag name="var" line="42" description="" type="array" variable="">
            <type>array</type>
          </tag>
        </docblock>
      </property>
      <property static="false" visibility="protected" line="47" namespace="" package="ZendX_JQuery\View">
        <name>$_elementHtmlTemplate</name>
        <default>null</default>
        <docblock line="47">
          <description></description>
          <long-description></long-description>
          <tag name="var" line="47" description="" type="string" variable="">
            <type>string</type>
          </tag>
        </docblock>
      </property>
      <method final="false" abstract="false" static="false" visibility="public" namespace="" line="57" package="ZendX_JQuery\View">
        <name>addPane</name>
        <full_name>\ZendX_JQuery_View_Helper_AccordionContainer::addPane()</full_name>
        <docblock line="57">
          <description>Add Accordion Pane for the Accordion-Id</description>
          <long-description></long-description>
          <tag name="param" line="57" description="" type="string" variable="$id">
            <type>string</type>
          </tag>
          <tag name="param" line="57" description="" type="string" variable="$name">
            <type>string</type>
          </tag>
          <tag name="param" line="57" description="" type="string" variable="$content">
            <type>string</type>
          </tag>
          <tag name="return" line="57" description="" type="\ZendX_JQuery_View_Helper_AccordionContainer">
            <type link="ZendX_JQuery_View_Helper_AccordionContainer.html">\ZendX_JQuery_View_Helper_AccordionContainer</type>
          </tag>
        </docblock>
        <argument line="0" by_reference="false">
          <name>$id</name>
          <default></default>
          <type>string</type>
        </argument>
        <argument line="0" by_reference="false">
          <name>$name</name>
          <default></default>
          <type>string</type>
        </argument>
        <argument line="0" by_reference="false">
          <name>$content</name>
          <default></default>
          <type>string</type>
        </argument>
        <argument line="0" by_reference="false">
          <name>$options</name>
          <default>array()</default>
          <type>array</type>
        </argument>
      </method>
      <method final="false" abstract="false" static="false" visibility="public" namespace="" line="82" package="ZendX_JQuery\View">
        <name>accordionContainer</name>
        <full_name>\ZendX_JQuery_View_Helper_AccordionContainer::accordionContainer()</full_name>
        <docblock line="82">
          <description>Render Accordion with the currently registered elements.</description>
          <long-description>If no arguments are given, the accordion object is returned so that
chaining the {@link addPane()} function allows to register new elements
for an accordion.</long-description>
          <tag name="link" line="82" description="http://docs.jquery.com/UI/Accordion" link="http://docs.jquery.com/UI/Accordion"/>
          <tag name="param" line="82" description="" type="string" variable="$id">
            <type>string</type>
          </tag>
          <tag name="param" line="82" description="" type="array" variable="$params">
            <type>array</type>
          </tag>
          <tag name="param" line="82" description="" type="array" variable="$attribs">
            <type>array</type>
          </tag>
          <tag name="return" line="82" description="" type="string|\ZendX_JQuery_View_Helper_AccordionContainer">
            <type>string</type>
            <type link="ZendX_JQuery_View_Helper_AccordionContainer.html">\ZendX_JQuery_View_Helper_AccordionContainer</type>
          </tag>
        </docblock>
        <argument line="0" by_reference="false">
          <name>$id</name>
          <default>null</default>
          <type>string</type>
        </argument>
        <argument line="0" by_reference="false">
          <name>$params</name>
          <default>array()</default>
          <type>array</type>
        </argument>
        <argument line="0" by_reference="false">
          <name>$attribs</name>
          <default>array()</default>
          <type>array</type>
        </argument>
      </method>
      <method final="false" abstract="false" static="false" visibility="protected" namespace="" line="121" package="ZendX_JQuery\View">
        <name>getAccordionTemplate</name>
        <full_name>\ZendX_JQuery_View_Helper_AccordionContainer::getAccordionTemplate()</full_name>
        <docblock line="121">
          <description></description>
          <long-description></long-description>
          <tag name="param" line="121" description="" type="array" variable="$attribs">
            <type>array</type>
          </tag>
          <tag name="param" line="121" description="" type="string" variable="$html">
            <type>string</type>
          </tag>
          <tag name="return" line="121" description="" type="string">
            <type>string</type>
          </tag>
        </docblock>
        <argument line="0" by_reference="false">
          <name>$attribs</name>
          <default></default>
          <type>array</type>
        </argument>
        <argument line="0" by_reference="false">
          <name>$html</name>
          <default></default>
          <type>string</type>
        </argument>
      </method>
      <method final="false" abstract="false" static="false" visibility="protected" namespace="" line="142" package="ZendX_JQuery\View">
        <name>getElementHtmlTemplate</name>
        <full_name>\ZendX_JQuery_View_Helper_AccordionContainer::getElementHtmlTemplate()</full_name>
        <docblock line="142">
          <description></description>
          <long-description></long-description>
          <tag name="return" line="142" description="" type="string">
            <type>string</type>
          </tag>
        </docblock>
      </method>
      <method final="false" abstract="false" static="false" visibility="public" namespace="" line="160" package="ZendX_JQuery\View">
        <name>setElementHtmlTemplate</name>
        <full_name>\ZendX_JQuery_View_Helper_AccordionContainer::setElementHtmlTemplate()</full_name>
        <docblock line="160">
          <description>Set the accordion element template</description>
          <long-description></long-description>
          <tag name="param" line="160" description="" type="string" variable="$htmlTemplate">
            <type>string</type>
          </tag>
          <tag name="return" line="160" description="" type="\ZendX_JQuery_View_Helper_AccordionContainer">
            <type link="ZendX_JQuery_View_Helper_AccordionContainer.html">\ZendX_JQuery_View_Helper_AccordionContainer</type>
          </tag>
        </docblock>
        <argument line="0" by_reference="false">
          <name>$htmlTemplate</name>
          <default></default>
          <type>string</type>
        </argument>
      </method>
    </class>
    <source>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</source>
  </file>
  <file path="JQuery/View/Helper/JQuery.php" generated-path="JQuery.View.Helper.JQuery.html" hash="d4dceecd172e4514f51f3d0eed0440b1" package="ZendX_JQuery">
    <docblock line="0">
      <description>Zend Framework</description>
      <long-description>LICENSE

This source file is subject to the new BSD license that is bundled
with this package in the file LICENSE.txt.
It is also available through the world-wide-web at this URL:
http://framework.zend.com/license/new-bsd
If you did not receive a copy of the license and are unable to
obtain it through the world-wide-web, please send an email
to license@zend.com so we can send you a copy immediately.</long-description>
      <tag name="category" line="0" description="ZendX"/>
      <tag name="package" line="0" description="ZendX_JQuery"/>
      <tag name="subpackage" line="0" description="View"/>
      <tag name="copyright" line="0" description="Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)"/>
      <tag name="license" line="0" description="New BSD License" link="http://framework.zend.com/license/new-bsd"/>
      <tag name="version" line="0" description="$Id$"/>
    </docblock>
    <class final="false" abstract="false" namespace="" line="52" package="ZendX_JQuery\View">
      <extends>\Zend_View_Helper_Abstract</extends>
      <name>ZendX_JQuery_View_Helper_JQuery</name>
      <full_name>\ZendX_JQuery_View_Helper_JQuery</full_name>
      <docblock line="52">
        <description>jQuery Helper. Functions as a stack for code and loads all jQuery dependencies.</description>
        <long-description></long-description>
        <tag name="uses" line="52" description="" link="Zend_Json"/>
        <tag name="package" line="52" description="ZendX_JQuery"/>
        <tag name="subpackage" line="52" description="View"/>
        <tag name="copyright" line="52" description="Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)"/>
        <tag name="license" line="52" description="New BSD License" link="http://framework.zend.com/license/new-bsd"/>
      </docblock>
      <property static="false" visibility="public" line="57" namespace="" package="ZendX_JQuery\View">
        <name>$view</name>
        <default></default>
        <docblock line="57">
          <description></description>
          <long-description></long-description>
          <tag name="var" line="57" description="" type="\Zend_View_Interface" variable="">
            <type link="Zend_View_Interface.html">\Zend_View_Interface</type>
          </tag>
        </docblock>
      </property>
      <property static="true" visibility="private" line="65" namespace="" package="ZendX_JQuery\View">
        <name>$noConflictMode</name>
        <default>false</default>
        <docblock line="65">
          <description>jQuery no Conflict Mode</description>
          <long-description></long-description>
          <tag name="see" line="65" description="" link="\http://docs.jquery.com/Using_jQuery_with_Other_Libraries"/>
          <tag name="staticvar" line="65" description="Boolean Status of noConflict Mode"/>
        </docblock>
      </property>
      <method final="false" abstract="false" static="false" visibility="public" namespace="" line="75" package="ZendX_JQuery\View">
        <name>__construct</name>
        <full_name>\ZendX_JQuery_View_Helper_JQuery::__construct()</full_name>
        <docblock line="75">
          <description>Initialize helper</description>
          <long-description>Retrieve container from registry or create new container and store in
registry.</long-description>
          <tag name="return" line="75" description="" type="void">
            <type>void</type>
          </tag>
        </docblock>
      </method>
      <method final="false" abstract="false" static="false" visibility="public" namespace="" line="91" package="ZendX_JQuery\View">
        <name>jQuery</name>
        <full_name>\ZendX_JQuery_View_Helper_JQuery::jQuery()</full_name>
        <docblock line="91">
          <description>Return jQuery View Helper class, to execute jQuery library related functions.</description>
          <long-description></long-description>
          <tag name="return" line="91" description="" type="\ZendX_JQuery_View_Helper_JQuery_Container">
            <type link="ZendX_JQuery_View_Helper_JQuery_Container.html">\ZendX_JQuery_View_Helper_JQuery_Container</type>
          </tag>
        </docblock>
      </method>
      <method final="false" abstract="false" static="false" visibility="public" namespace="" line="102" package="ZendX_JQuery\View">
        <name>setView</name>
        <full_name>\ZendX_JQuery_View_Helper_JQuery::setView()</full_name>
        <docblock line="102">
          <description>Set view object</description>
          <long-description></long-description>
          <tag name="param" line="102" description="" type="\Zend_View_Interface" variable="$view">
            <type link="Zend_View_Interface.html">\Zend_View_Interface</type>
          </tag>
          <tag name="return" line="102" description="" type="void">
            <type>void</type>
          </tag>
        </docblock>
        <argument line="0" by_reference="false">
          <name>$view</name>
          <default></default>
          <type>\Zend_View_Interface</type>
        </argument>
      </method>
      <method final="false" abstract="false" static="false" visibility="public" namespace="" line="116" package="ZendX_JQuery\View">
        <name>__call</name>
        <full_name>\ZendX_JQuery_View_Helper_JQuery::__call()</full_name>
        <docblock line="116">
          <description>Proxy to container methods</description>
          <long-description></long-description>
          <tag name="param" line="116" description="" type="string" variable="$method">
            <type>string</type>
          </tag>
          <tag name="param" line="116" description="" type="array" variable="$args">
            <type>array</type>
          </tag>
          <tag name="return" line="116" description="" type="mixed">
            <type>mixed</type>
          </tag>
          <tag name="throws" line="116" description="For invalid method calls" type="\Zend_View_Exception">
            <type link="Zend_View_Exception.html">\Zend_View_Exception</type>
          </tag>
        </docblock>
        <argument line="0" by_reference="false">
          <name>$method</name>
          <default></default>
          <type>string</type>
        </argument>
        <argument line="0" by_reference="false">
          <name>$args</name>
          <default></default>
          <type>array</type>
        </argument>
      </method>
      <method final="false" abstract="false" static="true" visibility="public" namespace="" line="133" package="ZendX_JQuery\View">
        <name>enableNoConflictMode</name>
        <full_name>\ZendX_JQuery_View_Helper_JQuery::enableNoConflictMode()</full_name>
        <docblock line="133">
          <description>Enable the jQuery internal noConflict Mode to work with
other Javascript libraries. Will setup jQuery in the variable
$j instead of $ to overcome conflicts.</description>
          <long-description></long-description>
          <tag name="link" line="133" description="http://docs.jquery.com/Using_jQuery_with_Other_Libraries" link="http://docs.jquery.com/Using_jQuery_with_Other_Libraries"/>
        </docblock>
      </method>
      <method final="false" abstract="false" static="true" visibility="public" namespace="" line="143" package="ZendX_JQuery\View">
        <name>disableNoConflictMode</name>
        <full_name>\ZendX_JQuery_View_Helper_JQuery::disableNoConflictMode()</full_name>
        <docblock line="143">
          <description>Disable noConflict Mode of jQuery if this was previously enabled.</description>
          <long-description></long-description>
          <tag name="return" line="143" description="" type="void">
            <type>void</type>
          </tag>
        </docblock>
      </method>
      <method final="false" abstract="false" static="true" visibility="public" namespace="" line="153" package="ZendX_JQuery\View">
        <name>getNoConflictMode</name>
        <full_name>\ZendX_JQuery_View_Helper_JQuery::getNoConflictMode()</full_name>
        <docblock line="153">
          <description>Return current status of the jQuery no Conflict Mode</description>
          <long-description></long-description>
          <tag name="return" line="153" description="" type="Boolean">
            <type>Boolean</type>
          </tag>
        </docblock>
      </method>
      <method final="false" abstract="false" static="true" visibility="public" namespace="" line="163" package="ZendX_JQuery\View">
        <name>getJQueryHandler</name>
        <full_name>\ZendX_JQuery_View_Helper_JQuery::getJQueryHandler()</full_name>
        <docblock line="163">
          <description>Return current jQuery handler based on noConflict mode settings.</description>
          <long-description></long-description>
          <tag name="return" line="163" description="" type="String">
            <type>String</type>
          </tag>
        </docblock>
      </method>
    </class>
    <source>eJy9V21vGkcQ/mz/iqlFBUQ2pFH7hdSJE9dRiNy0NUlbtapOy90A6xy7ZHePl1T5753Z3TvgANttpKIoCbvzPs88s3z/fDaZHXcfPTqGR/AHqgxeGTHFhTYf6IQPr/uXV28HV/Hbu4m0YHVhUoSRzBH4azG8xdSB0+AmCAoX8HLwA+QyRWWRzoRjsWGhshwztrKQbkLndDgT6QcxJjPK63qT0WPHLV2HpfteXeRWg5gLmYthzlaNLsYTr0XR5tnZQmZ4tsAhkDtv+/3NdY/1J87Net3uqEys84ny7KR62o0hdinks6H1ofVHsNIFZDIDpR0YTFHOEQSkerYCPfIOy9QE1UsYhEKFmDRb0EMnKB3p7ojxFGY5CrJgueRCAU4pMdamIkbrF2WYVG9YIKQk5sU5vhiPnE4xk8JhvurEDl2k9HWszQrowx393Z+Wha5Okze/FGhW/pI6WN3/KnER7JADI8cTB3BZ/beVtuHJ48ffnT15/M23ATDvMJ0oneuxRKr54AX0VdqBVqz6YrGo6t32dsvi8efBrfHSbyOyrsOdtzZHY6VW/r7Rzxp02D0uAX1hEevZdo8NfiykwUQrAvGJv+6G6w4Nw8nTXfXkBsfSun36Tb7vlvdsoLnPAFc1eY35DE3yYkiiInWHjLFsN8h2S9lDhsvEthzEo0utGIlo7sl6y2E8qnRrJbn11xCEO/CqUKmj8tN40h+wjlAEI20InVkYj1yLjIc3L1UznJFvVCnBpcJsYQk7RxGayRurVR20d2H2/4TslyK2e5zmwtr7mge4dCRh70DP38fswfeFPzwLwmzI95VDMxIpxvuu/3dWDClQaMxJhNp6xPpH68YqTZVTIxJx8CP1kO/8PSPuCDaHNtOp7dx+9HPD+b+3Uo2TYCdhhk9+IuIzybUcGmGo0tGOE06mHOpLrYkEFQzopLDMrUrvOI9RGzknWoOgDI21IMvBOYxoPSDls12RvpJOilx+Qpj46sWL8v4GHQVG9J6WcIeRIcI1cZyBkWyQPfNWW0sxsq3ThhdXaaxU6tScXBh0hVEw1zLb14pRnCFIEnJAForUtdpeIrTYU1sV0vk2I/V6Y3R9UhM0163200pDjqD1lbQWXatS/jNJLq9fDAZJ8le7vWGdP7tE9GB+aD7dstRY1+nc1+3BRLUZ/1bWG4GTzbWDtfjndal4+Z89Szaj2Gco6H7emIGb0Kg4ChxoJDrwM3vKyxmXmBaEhyiUe3CvqHo5oSSrmknUVk1O7P/D6froEEKC0x1wRAc7iVcZ1ohigA54/umpwg+3Ol5ngsgN9jFJoI1/DWzCINtpHbS4g/aQiY/xvOSqg/09e1Y6CMYOpf2z0csV93CNjCm6ic7sgQoQYIjSoBGk6rfCGEGPrIYwY1svyVQuca3A78DFJpVfLVOc+dK8IoaRak4clcVg6J2X5/bOehJRkEwrxnUaQqjX0M9/kEhwSeC3rZ3KnZa5PYANAgtUke+Ze59mNfC1TFuWOFy5UavZ30735Gt74nOm6akgHuAZOLu5EeXmvNfhzzYSekiYhAuV+Pa0wt93JF5Wb5cNruKjflINu2TUKpHX9xRjit8C/neN19W8+eAN/VyxqZEzF3mCnzzwm6THECG2mK3tei+0EyW79BYat3RsHYqMF2ODXWh669Ki9dvKO98kmVyqD1+0mbegFvdshTj0tXi7tXW3aOjIYj7q9XYXM60z3K3tD9L64tYLSamWNRmFH3ELeljODM6lLmy+ioFku+zqSei+NLLg9r/kER8Y9UTiykgLY1A57zA8ZTZgc/hNFWOPD6F7w6dNf1fo0dreDA5xYi3+GPFE8E91A0P6ieqncqNPU64HwdcRpuyht87AM+c+EtuTU9h/r4PPQ8ut1Qp57anB+TmDrP282bht9pqNZjXLn4//AUHWSKY=</source>
  </file>
  <file path="JQuery/View/Helper/Spinner.php" generated-path="JQuery.View.Helper.Spinner.html" hash="f0b2f90b5b1e8823b074f49c5b24b900" package="ZendX_JQuery">
    <docblock line="0">
      <description>Zend Framework</description>
      <long-description>LICENSE

This source file is subject to the new BSD license that is bundled
with this package in the file LICENSE.txt.
It is also available through the world-wide-web at this URL:
http://framework.zend.com/license/new-bsd
If you did not receive a copy of the license and are unable to
obtain it through the world-wide-web, please send an email
to license@zend.com so we can send you a copy immediately.</long-description>
      <tag name="category" line="0" description="ZendX"/>
      <tag name="package" line="0" description="ZendX_JQuery"/>
      <tag name="subpackage" line="0" description="View"/>
      <tag name="copyright" line="0" description="Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)"/>
      <tag name="license" line="0" description="New BSD License" link="http://framework.zend.com/license/new-bsd"/>
      <tag name="version" line="0" description="$Id$"/>
    </docblock>
    <class final="false" abstract="false" namespace="" line="37" package="ZendX_JQuery\View">
      <extends>\ZendX_JQuery_View_Helper_UiWidget</extends>
      <name>ZendX_JQuery_View_Helper_Spinner</name>
      <full_name>\ZendX_JQuery_View_Helper_Spinner</full_name>
      <docblock line="37">
        <description>jQuery Spinner View Helper</description>
        <long-description></long-description>
        <tag name="uses" line="37" description="" link="Zend_Json"/>
        <tag name="package" line="37" description="ZendX_JQuery"/>
        <tag name="subpackage" line="37" description="View"/>
        <tag name="copyright" line="37" description="Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)"/>
        <tag name="license" line="37" description="New BSD License" link="http://framework.zend.com/license/new-bsd"/>
      </docblock>
      <method final="false" abstract="false" static="false" visibility="public" namespace="" line="49" package="ZendX_JQuery\View">
        <name>spinner</name>
        <full_name>\ZendX_JQuery_View_Helper_Spinner::spinner()</full_name>
        <docblock line="49">
          <description>Create FormText field for numeric values that can be spinned through its values.</description>
          <long-description></long-description>
          <tag name="link" line="49" description="http://docs.jquery.com/UI/Spinner" link="http://docs.jquery.com/UI/Spinner"/>
          <tag name="param" line="49" description="" type="string" variable="$id">
            <type>string</type>
          </tag>
          <tag name="param" line="49" description="" type="string" variable="$value">
            <type>string</type>
          </tag>
          <tag name="param" line="49" description="" type="array" variable="$params">
            <type>array</type>
          </tag>
          <tag name="param" line="49" description="" type="array" variable="$attribs">
            <type>array</type>
          </tag>
          <tag name="return" line="49" description="" type="string">
            <type>string</type>
          </tag>
        </docblock>
        <argument line="0" by_reference="false">
          <name>$id</name>
          <default></default>
          <type>string</type>
        </argument>
        <argument line="0" by_reference="false">
          <name>$value</name>
          <default>""</default>
          <type>string</type>
        </argument>
        <argument line="0" by_reference="false">
          <name>$params</name>
          <default>array()</default>
          <type>array</type>
        </argument>
        <argument line="0" by_reference="false">
          <name>$attribs</name>
          <default>array()</default>
          <type>array</type>
        </argument>
      </method>
    </class>
    <source>eJy9VW1v2zYQ/mz9iqvn1FJgS1mxfUmXLF3aoi6CDluSbVhRGJR4tpnIpEpSVr0g/71HilISowkGDJg+mffy3N3z8Oiffq5WVZTt70ewD3+j5PBWszU2Sl+TxRnPZqdvPpy/CaeLlTBgVK0LhIUoEdyxzq+wsGAV2BWCxAZ+OX8NpShQGiQbsy4sryUvkTuURtgV2clYseKaLQlG+lwPGSqm9otNXfTMp7PSKGAbJkqWlw5Vq3q58lnUbcmnjeA4bTAHKuexL38/O3T5K2urwyxbdIOl/9CcaaHWWWgxo5anufGtzRawVTVwwUEqCxoLFBsEBoWqtqAWvmA3GiO+mEaoZduTcggqt4zGEfaJHidQlcgIwTjKmQRc02Aum0gM6Cddm8Q3NAgFhflw11/oR6zXyAWzWG7ToNBJQcel0lugzyn6l7d2RPfW+fvfatRb7yQFe/8fApsWhwposVxZgNP+Z1wk8OLg4Mfpi4Pvf2gvzAUWK6lKtRRInJ+/gpksUogD603T9HwnHrcjz33/Whof/SHcrLPW59E2qI1Q0vtHMz4iYxZ1F/rEID6Ydu6mm7/DskI9vxR/Cr5E61M0fq6FxrmSdLOHPidrczKXk7U5WZeT0toMX/aFrnwknFdCStSeQ2gzOlVqQ+wMAvnz90bJXVmeUuX/FOW/apJFRcmMeZz3jiX8YinkicBeoJvIlfJcu28fTjXSLYe3Sq8vCIbeDSw5LJQGWa9RiwI2rKxpdP/4uM3Jadd8Xd6vpbAmhKUBt4MnOuT1HRVcFSa9+uz68zxczrIwQ59QMaILwFgt5BJGgj/m8QV3nUxrRvs68kfzmJdZwsjv3BptrWVADtYsGlR1TkLBopaFdZvRjq1jamoS6h8Nh5MAG2oe+VOc9OZQrLMn0eAmGvglCx44gpF7ZqfH80ojoeAr76gtmvu1Jn1GQvviIcQifiaMQRuH6h/HxjJtx58SeP6cHvt5UDFuIZIEQnHfwE6Oa8SHvWxjbu+qFKqWfZFvolDy/et3eIiyUBzdfvZ5HS5gSRvyTYzxze34rnzvv3I+U5E+dhGP90w8/G7PDJO0k2SPwMeTPn73FXiwDF2DtA/tz3fM/Z9q0uwBQMf2x7Hg4087vvsXjD6nSO9rxWyv+fSYcf6rPFOMxzRFr1y4ciF2Q+1NjxdhCR8VfXAb3UZfAQ0knCA=</source>
  </file>
  <file path="JQuery/View/Helper/AjaxLink.php" generated-path="JQuery.View.Helper.AjaxLink.html" hash="8c2ef0449b73429d3fd8f22785d64e6f" package="ZendX_JQuery">
    <docblock line="0">
      <description>Zend Framework</description>
      <long-description>LICENSE

This source file is subject to the new BSD license that is bundled
with this package in the file LICENSE.txt.
It is also available through the world-wide-web at this URL:
http://framework.zend.com/license/new-bsd
If you did not receive a copy of the license and are unable to
obtain it through the world-wide-web, please send an email
to license@zend.com so we can send you a copy immediately.</long-description>
      <tag name="category" line="0" description="ZendX"/>
      <tag name="package" line="0" description="ZendX_JQuery"/>
      <tag name="subpackage" line="0" description="View"/>
      <tag name="copyright" line="0" description="Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)"/>
      <tag name="license" line="0" description="New BSD License" link="http://framework.zend.com/license/new-bsd"/>
      <tag name="version" line="0" description="$Id$"/>
    </docblock>
    <class final="false" abstract="false" namespace="" line="37" package="ZendX_JQuery\View">
      <extends>\Zend_View_Helper_HtmlElement</extends>
      <name>ZendX_JQuery_View_Helper_AjaxLink</name>
      <full_name>\ZendX_JQuery_View_Helper_AjaxLink</full_name>
      <docblock line="37">
        <description>jQuery Accordion Pane, goes with Accordion Container</description>
        <long-description></long-description>
        <tag name="uses" line="37" description="" link="Zend_Json"/>
        <tag name="package" line="37" description="ZendX_JQuery"/>
        <tag name="subpackage" line="37" description="View"/>
        <tag name="copyright" line="37" description="Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)"/>
        <tag name="license" line="37" description="New BSD License" link="http://framework.zend.com/license/new-bsd"/>
      </docblock>
      <property static="true" visibility="private" line="45" namespace="" package="ZendX_JQuery\View">
        <name>$currentLinkCallbackId</name>
        <default>1</default>
        <docblock line="45">
          <description>Static because multiple instances accross views of AjaxLink could reset the counter and a
subcontainer because of this single private class variable seems too much overhead.</description>
          <long-description></long-description>
          <tag name="staticvar" line="45" description="Integer"/>
        </docblock>
      </property>
      <method final="false" abstract="false" static="false" visibility="public" namespace="" line="86" package="ZendX_JQuery\View">
        <name>ajaxLink</name>
        <full_name>\ZendX_JQuery_View_Helper_AjaxLink::ajaxLink()</full_name>
        <docblock line="86">
          <description>Create an anchor that enables ajax-based requests and handling of the response.</description>
          <long-description>This helper creates links that make XmlHttpRequests to the server. It allows to
inject the response into the DOM. Fancy effects going with the links can be enabled
via simple callback shortnames. The functionality is mostly controlled by the $options
array:

$options
 Key				Behaviour
 =================================================================================
 'update'        Update a container with the content fetched from $url
 'method'        Explicit Requesting method mimicing the jQuery functionality: GET, POST
 'inline'        True or false, wheater to inline the javascript in onClick=""
					atttribute or append it to jQuery onLoad Stack.
 'complete'      String specifies javascript called after successful request or a
					shortname of a jQuery effect that should be applied to the 'update' element.
 'beforeSend'	String specifies javascript called before the request is sent, or a
					shortname of a jQuery effect that should be applied to the link clicked.
 'noscript'		True/false, include a noscript variant that directly requests
					the given $url (make sure to check $request-&gt;isXmlHttpRequest())
 'dataType'		What type of data is the response returning? text, html, json?
 'title'			HTML Attribute title of the Anchor
 'class'			HTML Attribute class of the Anchor
 'id'			HTML Attribute id of the Anchor
 'attribs'		Array of Key-Value pairs with HTML Attribute names and their content.

BeforeSend Callback:
Can include shortcuts as a string assignment to fire of effects before sending of request.
Possible shortcuts are 'fadeOut', 'fadeOutSlow', 'hide', 'hideSlow', 'slideUp', 'flash',</long-description>
          <tag name="example" line="86" description="= array('beforeSend' =&gt; 'hideSlow', 'complete' =&gt; 'show');"/>
          <tag name="link" line="86" description="http://docs.jquery.com/Ajax" link="http://docs.jquery.com/Ajax"/>
          <tag name="param" line="86" description="&lt;p&gt;Urls Title&lt;/p&gt;" type="String" variable="$label">
            <type>String</type>
          </tag>
          <tag name="param" line="86" description="&lt;p&gt;Link to Point to&lt;/p&gt;" type="String" variable="$url">
            <type>String</type>
          </tag>
          <tag name="param" line="86" description="" type="Array" variable="$options">
            <type>Array</type>
          </tag>
          <tag name="param" line="86" description="&lt;p&gt;Key Value Pairs of GET/POST Parameters&lt;/p&gt;" type="Array" variable="$params">
            <type>Array</type>
          </tag>
          <tag name="return" line="86" description="" type="String">
            <type>String</type>
          </tag>
        </docblock>
        <argument line="0" by_reference="false">
          <name>$label</name>
          <default></default>
          <type>String</type>
        </argument>
        <argument line="0" by_reference="false">
          <name>$url</name>
          <default></default>
          <type>String</type>
        </argument>
        <argument line="0" by_reference="false">
          <name>$options</name>
          <default>null</default>
          <type>Array</type>
        </argument>
        <argument line="0" by_reference="false">
          <name>$params</name>
          <default>null</default>
          <type>Array</type>
        </argument>
      </method>
      <method final="false" abstract="false" static="false" visibility="protected" namespace="" line="297" package="ZendX_JQuery\View">
        <name>_determineRequestHandler</name>
        <full_name>\ZendX_JQuery_View_Helper_AjaxLink::_determineRequestHandler()</full_name>
        <docblock line="297">
          <description>Determine which request method (GET or POST) should be used.</description>
          <long-description>Normally the request method is determined implicitly by the rule,
if addiotional params are sent, POST, if not GET. You can overwrite
this behaviiour by implicitly setting $options['method'] = "POST|GET";</long-description>
          <tag name="param" line="297" description="" type="Array" variable="$options">
            <type>Array</type>
          </tag>
          <tag name="param" line="297" description="" type="Boolean" variable="$hasParams">
            <type>Boolean</type>
          </tag>
          <tag name="return" line="297" description="" type="String">
            <type>String</type>
          </tag>
        </docblock>
        <argument line="0" by_reference="false">
          <name>$options</name>
          <default></default>
          <type>Array</type>
        </argument>
        <argument line="0" by_reference="false">
          <name>$hasParams</name>
          <default></default>
          <type>Boolean</type>
        </argument>
      </method>
    </class>
    <source>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</source>
  </file>
  <file path="JQuery/View/Helper/UiWidgetPane.php" generated-path="JQuery.View.Helper.UiWidgetPane.html" hash="55d4274fc01b1615779ceef133294f93" package="ZendX_JQuery">
    <docblock line="0">
      <description>Zend Framework</description>
      <long-description>LICENSE

This source file is subject to the new BSD license that is bundled
with this package in the file LICENSE.txt.
It is also available through the world-wide-web at this URL:
http://framework.zend.com/license/new-bsd
If you did not receive a copy of the license and are unable to
obtain it through the world-wide-web, please send an email
to license@zend.com so we can send you a copy immediately.</long-description>
      <tag name="category" line="0" description="ZendX"/>
      <tag name="package" line="0" description="ZendX_JQuery"/>
      <tag name="subpackage" line="0" description="View"/>
      <tag name="copyright" line="0" description="Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)"/>
      <tag name="license" line="0" description="New BSD License" link="http://framework.zend.com/license/new-bsd"/>
      <tag name="version" line="0" description="$Id$"/>
    </docblock>
    <class final="false" abstract="true" namespace="" line="37" package="ZendX_JQuery\View">
      <extends>\ZendX_JQuery_View_Helper_UiWidget</extends>
      <name>ZendX_JQuery_View_Helper_UiWidgetPane</name>
      <full_name>\ZendX_JQuery_View_Helper_UiWidgetPane</full_name>
      <docblock line="37">
        <description>jQuery Pane Base class, adds captureStart/captureEnd functionality for panes.</description>
        <long-description></long-description>
        <tag name="uses" line="37" description="" link="ZendX_JQuery_View_Helper_JQuery_Container"/>
        <tag name="package" line="37" description="ZendX_JQuery"/>
        <tag name="subpackage" line="37" description="View"/>
        <tag name="copyright" line="37" description="Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)"/>
        <tag name="license" line="37" description="New BSD License" link="http://framework.zend.com/license/new-bsd"/>
      </docblock>
      <property static="false" visibility="protected" line="44" namespace="" package="ZendX_JQuery\View">
        <name>$_captureLock</name>
        <default>array()</default>
        <docblock line="44">
          <description>Capture Lock information</description>
          <long-description></long-description>
          <tag name="var" line="44" description="" type="array" variable="">
            <type>array</type>
          </tag>
        </docblock>
      </property>
      <property static="false" visibility="protected" line="51" namespace="" package="ZendX_JQuery\View">
        <name>$_captureInfo</name>
        <default>array()</default>
        <docblock line="51">
          <description>Current capture additional information</description>
          <long-description></long-description>
          <tag name="var" line="51" description="" type="array" variable="">
            <type>array</type>
          </tag>
        </docblock>
      </property>
      <method final="false" abstract="false" static="false" visibility="public" namespace="" line="61" package="ZendX_JQuery\View">
        <name>captureStart</name>
        <full_name>\ZendX_JQuery_View_Helper_UiWidgetPane::captureStart()</full_name>
        <docblock line="61">
          <description>Begin capturing content for layout container</description>
          <long-description></long-description>
          <tag name="param" line="61" description="" type="string" variable="$id">
            <type>string</type>
          </tag>
          <tag name="param" line="61" description="" type="string" variable="$name">
            <type>string</type>
          </tag>
          <tag name="param" line="61" description="" type="array" variable="$options">
            <type>array</type>
          </tag>
          <tag name="return" line="61" description="" type="void">
            <type>void</type>
          </tag>
        </docblock>
        <argument line="0" by_reference="false">
          <name>$id</name>
          <default></default>
          <type>string</type>
        </argument>
        <argument line="0" by_reference="false">
          <name>$name</name>
          <default></default>
          <type>string</type>
        </argument>
        <argument line="0" by_reference="false">
          <name>$options</name>
          <default>array()</default>
          <type>array</type>
        </argument>
      </method>
      <method final="false" abstract="false" static="false" visibility="public" namespace="" line="83" package="ZendX_JQuery\View">
        <name>captureEnd</name>
        <full_name>\ZendX_JQuery_View_Helper_UiWidgetPane::captureEnd()</full_name>
        <docblock line="83">
          <description>Finish capturing content for layout container</description>
          <long-description></long-description>
          <tag name="param" line="83" description="" type="string" variable="$id">
            <type>string</type>
          </tag>
          <tag name="return" line="83" description="" type="string">
            <type>string</type>
          </tag>
        </docblock>
        <argument line="0" by_reference="false">
          <name>$id</name>
          <default></default>
          <type>string</type>
        </argument>
      </method>
      <method final="false" abstract="true" static="false" visibility="protected" namespace="" line="104" package="ZendX_JQuery\View">
        <name>_addPane</name>
        <full_name>\ZendX_JQuery_View_Helper_UiWidgetPane::_addPane()</full_name>
        <docblock line="104">
          <description>Add an additional pane to the current Widget Container</description>
          <long-description></long-description>
          <tag name="param" line="104" description="" type="string" variable="$id">
            <type>string</type>
          </tag>
          <tag name="param" line="104" description="" type="string" variable="$name">
            <type>string</type>
          </tag>
          <tag name="param" line="104" description="" type="string" variable="$content">
            <type>string</type>
          </tag>
          <tag name="param" line="104" description="" type="array" variable="$options">
            <type>array</type>
          </tag>
        </docblock>
        <argument line="0" by_reference="false">
          <name>$id</name>
          <default></default>
          <type>string</type>
        </argument>
        <argument line="0" by_reference="false">
          <name>$name</name>
          <default></default>
          <type>string</type>
        </argument>
        <argument line="0" by_reference="false">
          <name>$content</name>
          <default></default>
          <type>string</type>
        </argument>
        <argument line="0" by_reference="false">
          <name>$options</name>
          <default>array()</default>
          <type>array</type>
        </argument>
      </method>
    </class>
    <source>eJzVVm1v40QQ/kx+xVAVJamSuJzgy4UevYaeCKoqoHeAQMja2JN4r86ub3ddN6D+d2bWazcvTa4SJyT8JfHO7Lw9zz7rb74tsqITnZx04AR+R5XCGyOWWGlzSyu8eDWdXF7fXIa3t5m0YHVpEoS5zBH4tZy9x8SB0+AyBIUVXNx8B7lMUFmkNeHYbVaqNMeUo1TSZbROi4VIbsWCwii/14cMGUfu3o3Ye+q3i9xqEHdC5mKWc1Sjy0Xmd1G1eTqsZIrDCmdA6Xzsdz9fveT9mXPFyyiaN42N/qI+R4leRqHEiEoezqwvbTqHlS4hlSko7cBggvIOQUCiixXouU/YtCZoXsIglKquSXMEPXOC2pHuQI0DKHIUFMHyyIUCXFJjvJuGGKKfN2XSvKFCSMjNu3N9oR65XGIqhcN8NQoInSf0utBmBfQwor/51WbQ7Wr8w08lmpU3EoKt/ReJVR2HEhi5yBzApP3bS/rw4vT06+GL0y+/qgnzFpNM6VwvJNLMb17DVCUj6IWpV1XVzrvv4zbD4+fZ0Hjv68Csq9rmo92hsVIrbz+epse0GHUaQp9bxI1uY+4u/h7zAk38Tv4q0wU6v8Xgh1IajLUiZh81phGdjqNxG++9DwI/CoVwwfAlubB2ACJNLeFTuNLgjRPGReHlkuYzL1XiqESRS7eCuTZEeoW2xau0NLfPtmDZKDQsTbRiZqHZBvQQnv8lnP8WzagjZtYZQVriB/tx6DwSeO/I7xnenb87nNiDyc8JTGqY4Eont6RBBM5SMFbB3rid3wlDB92IVViJ/G9htCPhwxSO4wC4D3RW+/b6xJzthKUxqFxDFmaOrMnxSdJPKcah9Be4IGmqnaVakIgox+UwK3NBwuL8UmDZZhGFIFwBCCDeeSzTfRZF8G/bfEV0QnXB/dnWbJAqUXCn23Cht3JGnGnPzsbh6lHuQZ1mEAI3cc9C530fpIabHzmHnjfFt7iK8V5aZ0MYviqGr9bx6/fXdvKzoQ1dT7OoplnENIsu7xP0+VkuuuONvXwHVP5O3KVnu69nCxqdm/e6nj8iNyjSFdR1enDoOjr6wh51Bzz4fv8xx0On/ftEK3+Q959ECGdKHO9zZNI0jvX8Njro8qC7AGevwsw3rWHyXW8PL48uDQfrMXqs9Sy2HsbQxcMOS99IJW32yWka8teW57CN1JtJ8hSZPv9fsOlat0KTM7F2CTXmr5yMJ+Va38Mka7A4YyBJVOOEvmRUb82b9Jg1vLePZmuuJQn/jmNL3J15PhUioNp4kqDypbChEU3Ng5age6n3OvWfY2uyzJd182mbBPWurxOYHObgXqU8IJSNKVS8ZX1aRWsOt1fn47XQ8vkjU9mjoePOQ+cfYj++3Q==</source>
  </file>
  <file path="JQuery/View/Helper/AutoComplete.php" generated-path="JQuery.View.Helper.AutoComplete.html" hash="0d7e9d4e5d6785ff5747c6d8c798058b" package="ZendX_JQuery">
    <docblock line="0">
      <description>Zend Framework</description>
      <long-description>LICENSE

This source file is subject to the new BSD license that is bundled
with this package in the file LICENSE.txt.
It is also available through the world-wide-web at this URL:
http://framework.zend.com/license/new-bsd
If you did not receive a copy of the license and are unable to
obtain it through the world-wide-web, please send an email
to license@zend.com so we can send you a copy immediately.</long-description>
      <tag name="category" line="0" description="ZendX"/>
      <tag name="package" line="0" description="ZendX_JQuery"/>
      <tag name="subpackage" line="0" description="View"/>
      <tag name="copyright" line="0" description="Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)"/>
      <tag name="license" line="0" description="New BSD License" link="http://framework.zend.com/license/new-bsd"/>
      <tag name="version" line="0" description="$Id$"/>
    </docblock>
    <class final="false" abstract="false" namespace="" line="37" package="ZendX_JQuery\View">
      <extends>\ZendX_JQuery_View_Helper_UiWidget</extends>
      <name>ZendX_JQuery_View_Helper_AutoComplete</name>
      <full_name>\ZendX_JQuery_View_Helper_AutoComplete</full_name>
      <docblock line="37">
        <description>jQuery Autocomplete View Helper</description>
        <long-description></long-description>
        <tag name="uses" line="37" description="Zend_View_Helper_FormText" link="Zend_Json,"/>
        <tag name="package" line="37" description="ZendX_JQuery"/>
        <tag name="subpackage" line="37" description="View"/>
        <tag name="copyright" line="37" description="Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)"/>
        <tag name="license" line="37" description="New BSD License" link="http://framework.zend.com/license/new-bsd"/>
      </docblock>
      <method final="false" abstract="false" static="false" visibility="public" namespace="" line="57" package="ZendX_JQuery\View">
        <name>autoComplete</name>
        <full_name>\ZendX_JQuery_View_Helper_AutoComplete::autoComplete()</full_name>
        <docblock line="57">
          <description>Builds an AutoComplete ready input field.</description>
          <long-description>This view helper builds an input field with the {@link Zend_View_Helper_FormText} FormText
Helper and adds additional javascript to the jQuery stack to initialize an AutoComplete
field. Make sure you have set one out of the two following options: $params['data'] or
$params['url']. The first one accepts an array as data input to the autoComplete, the
second accepts an url, where the autoComplete content is returned from. For the format
see jQuery documentation.</long-description>
          <tag name="link" line="57" description="http://docs.jquery.com/UI/Autocomplete" link="http://docs.jquery.com/UI/Autocomplete"/>
          <tag name="throws" line="57" description="" type="\ZendX_JQuery_Exception">
            <type link="ZendX_JQuery_Exception.html">\ZendX_JQuery_Exception</type>
          </tag>
          <tag name="param" line="57" description="" type="String" variable="$id">
            <type>String</type>
          </tag>
          <tag name="param" line="57" description="" type="String" variable="$value">
            <type>String</type>
          </tag>
          <tag name="param" line="57" description="" type="array" variable="$params">
            <type>array</type>
          </tag>
          <tag name="param" line="57" description="" type="array" variable="$attribs">
            <type>array</type>
          </tag>
          <tag name="return" line="57" description="" type="String">
            <type>String</type>
          </tag>
        </docblock>
        <argument line="0" by_reference="false">
          <name>$id</name>
          <default></default>
          <type>String</type>
        </argument>
        <argument line="0" by_reference="false">
          <name>$value</name>
          <default>null</default>
          <type>String</type>
        </argument>
        <argument line="0" by_reference="false">
          <name>$params</name>
          <default>array()</default>
          <type>array</type>
        </argument>
        <argument line="0" by_reference="false">
          <name>$attribs</name>
          <default>array()</default>
          <type>array</type>
        </argument>
      </method>
    </class>
    <source>eJy9Vm1v2zYQ/jz/ipvnwHJgS1mxfUm3LG2Woi6yDluSbVgRGLR0tpnIpEpSVtwi/33HF8nv2YYB0xdb5D13x+fuHuq7H4pZ0UqOj1twDH+iyOCNYnOspHqgFbt4Nby4fH99Gd5uZlyDlqVKESY8R7Cv5fgeUwNGgpkhCKzg9fWPkPMUhUZaY8aajUuR5ZhZLxU3M1qnxYKlD2xKboTDOpchYmweTWythw7Oci2BLRjP2Ti3XpUspzOHomzzbFDxDAcVjoHCOd+3v16dWvzMmOI0SSb1weJPdM44lfMkpJhQyoOxdqkNJ7CUJWQ8AyENKEyRLxAYpLJYgpy4gPXRGPHFFEIpfE7SepBjw+g43DyTYx+KHBl50JZyJgDndDCLJhKD9/M6TeIbKoSUzJy5zS/kw+dzzDgzmC/jUKHzlF6nUi2BHlvRP9xqTXSzOnr3S4lq6Tapgs3+bxwr74cCKD6dGYCL5m+U9uDFycm3gxcnX3/jG+YG05mQuZxyJM6vX8FQpDFEgfWqqhq+e85vTZ59/nFpnPX70FlXfs95W6DSXAq33xlmHVpMWnVDn2vEjdOO7OlGbzEvUI1u+e88m6JxEIUfS65wJAV1dtthEo9JLCbxmKTGxDQ27ZdNoHtnCa9KIyl5qq1BRyR4WF2aUhNFX4QKjN5pKfr+73pab6Sa3+Cj2S7bc1X7P4v2X2uWtNKcaX24LpbFi5pFIoLsnrFuqvi5ZeO5gtjnGF6XPCckjc2GR4Uso8kRRWlIbzDP4gCocU7jFrZ6MxeClKt2tIaqRQzhM7EjHg4X8glWJfURvIGXj8x6zjJuqItZDvckcTpVvGj0NPSWNlRru8YF2bKcf8Lto9Xu/angJ/ZAAlOSPlnFmLGFlRsDUiBIOkXQMlNJmMg8lxUXU5CFzUOfQqdgVGD9oZsxw7p3IFXtvdkpVd69i4kuq9tKe88sTbEwjiymFFsC02BdBOrCmdha1n27UjvXmErLysoLRelDNUOFO0jSQEHd4a4HhaZUAjOYKDmPLeP+QiHmmVl5b+jMZFrOCcvsebc7wBe0aXWy1fH9R4tzfX47TNYnvUFZva+2WvXy0Z6EYjRWjj6Aa6Ms4R2eHdpZsLzE7U1PaqjBgU1myMN4teu5CX7DauJ+i3JMQwuTUqQ2xw12I0qtH7KA70GUORViIzytuveo198KvdrpuTh+Np1Gryw69pYenI0KheQPX7mN0qBej9xvED2S29oLn0D0JdfUzlHTjv6rpHvX662Fq423bF3r7hi6/Lbd2UQ3YC93MKXY43zT7AkwJ/nck4qfr3+fi8f9bTLB/d5sdiM+cws2jRyuvm2oa3738be//6MdhH3aF0zY7yyaZG1USV+RG1q9UlqrWLrAlE+WdjhqSrxFH9rxfvdIUKe0VkdIxFa6RPKHOVoJ0HF7B7xNWGv1b9XKzRSsn/j0FEUqM7S3e12G9dbt3FuELmgWzSTqHumo/dWRbvditiYp0RFhuv2dtA7egnVsugj937fMfm0rGs3dtgoD9aHLs+7dnv11cfFcrLL3M+vFcHBGF9fP4kqyLKJjrdsFyQnm9jIdnE3CLXhwvD2/T62/AFs/4T4=</source>
  </file>
  <file path="JQuery/View/Helper/DatePicker.php" generated-path="JQuery.View.Helper.DatePicker.html" hash="cd32c63464733e889314ca23ab8f7e05" package="ZendX_JQuery">
    <docblock line="0">
      <description>Zend Framework</description>
      <long-description>LICENSE

This source file is subject to the new BSD license that is bundled
with this package in the file LICENSE.txt.
It is also available through the world-wide-web at this URL:
http://framework.zend.com/license/new-bsd
If you did not receive a copy of the license and are unable to
obtain it through the world-wide-web, please send an email
to license@zend.com so we can send you a copy immediately.</long-description>
      <tag name="category" line="0" description="ZendX"/>
      <tag name="package" line="0" description="ZendX_JQuery"/>
      <tag name="subpackage" line="0" description="View"/>
      <tag name="copyright" line="0" description="Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)"/>
      <tag name="license" line="0" description="New BSD License" link="http://framework.zend.com/license/new-bsd"/>
      <tag name="version" line="0" description="$Id$"/>
    </docblock>
    <class final="false" abstract="false" namespace="" line="42" package="ZendX_JQuery\View">
      <extends>\ZendX_JQuery_View_Helper_UiWidget</extends>
      <name>ZendX_JQuery_View_Helper_DatePicker</name>
      <full_name>\ZendX_JQuery_View_Helper_DatePicker</full_name>
      <docblock line="42">
        <description>jQuery Date Picker View Helper</description>
        <long-description></long-description>
        <tag name="uses" line="42" description="" link="Zend_View_Helper_FormText"/>
        <tag name="package" line="42" description="ZendX_JQuery"/>
        <tag name="subpackage" line="42" description="View"/>
        <tag name="copyright" line="42" description="Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)"/>
        <tag name="license" line="42" description="New BSD License" link="http://framework.zend.com/license/new-bsd"/>
      </docblock>
      <method final="false" abstract="false" static="false" visibility="public" namespace="" line="54" package="ZendX_JQuery\View">
        <name>datePicker</name>
        <full_name>\ZendX_JQuery_View_Helper_DatePicker::datePicker()</full_name>
        <docblock line="54">
          <description>Create a jQuery UI Widget Date Picker</description>
          <long-description></long-description>
          <tag name="link" line="54" description="http://docs.jquery.com/UI/Datepicker" link="http://docs.jquery.com/UI/Datepicker"/>
          <tag name="param" line="54" description="" type="string" variable="$id">
            <type>string</type>
          </tag>
          <tag name="param" line="54" description="" type="string" variable="$value">
            <type>string</type>
          </tag>
          <tag name="param" line="54" description="&lt;p&gt;jQuery Widget Parameters&lt;/p&gt;" type="array" variable="$params">
            <type>array</type>
          </tag>
          <tag name="param" line="54" description="&lt;p&gt;HTML Element Attributes&lt;/p&gt;" type="array" variable="$attribs">
            <type>array</type>
          </tag>
          <tag name="return" line="54" description="" type="string">
            <type>string</type>
          </tag>
        </docblock>
        <argument line="0" by_reference="false">
          <name>$id</name>
          <default></default>
          <type>string</type>
        </argument>
        <argument line="0" by_reference="false">
          <name>$value</name>
          <default>null</default>
          <type>string</type>
        </argument>
        <argument line="0" by_reference="false">
          <name>$params</name>
          <default>array()</default>
          <type>array</type>
        </argument>
        <argument line="0" by_reference="false">
          <name>$attribs</name>
          <default>array()</default>
          <type>array</type>
        </argument>
      </method>
      <method final="false" abstract="false" static="true" visibility="public" namespace="" line="85" package="ZendX_JQuery\View">
        <name>resolveZendLocaleToDatePickerFormat</name>
        <full_name>\ZendX_JQuery_View_Helper_DatePicker::resolveZendLocaleToDatePickerFormat()</full_name>
        <docblock line="85">
          <description>A Check for Zend_Locale existance has already been done in {@link datePicker()}
this function only resolves the default format from Zend Locale to
a jQuery Date Picker readable format. This function can be potentially buggy
because of its easy nature and is therefore stripped from the core functionality
to be easily overriden.</description>
          <long-description></long-description>
          <tag name="return" line="85" description="" type="string">
            <type>string</type>
          </tag>
        </docblock>
        <argument line="0" by_reference="false">
          <name>$format</name>
          <default>null</default>
          <type/>
        </argument>
      </method>
    </class>
    <markers>
      <todo line="62">Allow translation of DatePicker Text Values to get this action from client to server</todo>
    </markers>
    <source>eJy9V1lz2zYQfq5/xUZVIsmRRTfTviiRG9d2ameco7GdpslkNBC5kmBDJAOCVuTE/72Li4eudqYz5YuwwF749sDq2a/pNN0Jdnd3YBc+YhzBC8lmOE/kDe3ozfOzo5PXFyeOupzyDLIklyHCmAsETeajawwVqATUFCHGOfx2cQyChxhnSHtMabZRHkcCI61lztWU9mkzZeENm5Ca2Mgalc5iT31VPc19ZsSZyBJgt4wLNhJaq0zyydRIkbci2pvzCPfmOAIyZ3RfvTvva/mpUmk/CMb+Yr07umcvTGaBczEgl/dGmXHtbAyLJIeIRxAnCiSGyG8RGIRJuoBkbAz6qzHCi0mEPLY+JVpDMlKMrsPVFh+7kApkpCHTkLMYcEYX09IEotP+3LtJeMMcISQ2w679c/7w2QwjzhSKRc9F6HlI5CSRC6BPR/SD2fVAF7vDl3/kKBfmkCJYnL/nOLd6yIDkk6kCOCqW7bADT/b3f9l7sv/TzzZhLjGcxolIJhwJ84tDOIvDHrQd6vP5vMC7Y/R68PT3r0NjuF+7zDq3Z0bbLcqMJ7E5b55FTdoMdnxCP88QjZPDdzjhmTLXDXYkfsm5xGESUxY39Hngz3tUDo2nqwo8XEMNz/AURYpyeMX/5NEE1QalHwIrE2iZwMoEXmbJ0LXhhGOKHbzl4Q1KEwiwUj60eUYQ/+AiWHPlRSJnl/hVLcd6W6j/z0j/10AHO6FgWbY5Fho5BxzBQFxbeIu4fdvR1kwI9LcLRxJ1BJiPx9UZWNZqZByzl6FrxjflFaMkzHrXX7S4ud/VWaBl06qoDhEhAUApx+MJNHm06eSWiRyXD5mUjOq7acjMO+s8fas3UVFdbBJjipSPMji9fHUOJwJnGCs4NJu5wlJMospl7Fxxu4H5TfMRxQ3GeRwqXX1RgX6b7tJ1bsMA4lyIrjPs3R1Yut0pDrxDxUnHWLHhMZVdcjR1b987GKYSSR+WblctdwuJDtWY18LH7Qc8y1C1nSufWtpxXTtMtT534NGjerfo93lm1ygxarfM4XkSMoGtTqfin/FxnU5yOEMx7vclZom4Ra3BKrhMypS13G3y1Su7L70OArh8c/ymD4dCJHNQksWZYAZ2eo4qea/rH97r62f6GdG5YN5BZmM0lvSUhILrYNNxhvLWJ2TpPflbLZt+H+MwifBllsQetCqizWstkaWUIGrcbj3M2o0fH2aNTi8qUr79kCRa3RpUy52pVp3eMvlvl6dMDw6S8mVFiY/ypxaPWp/XnFuXi/2a7zaRbKnuHbAoehOfJyxq06WqfK4KHPstebp3MHbtdmPOVWJYaS+HcDTF8AZIHCq5RB2LUozph2PK9KRDXShawAiRKiuJzXT0zbaZSqF17r1aE+WiFpNYLMClW2ZmjwjHLBdKm6U0s4lgGrozr+cWq4mte4i0N2a+sfI9OwQW9vRcMkJIE+q6ijNB1kf5ZLLwOkcYMnq4dLJylQGNPQuIGWFq5ydufJRIytG0mjTFyPqofQ/1trfFBFeFXsphMkvqOFlMKJclDVdxb7k7/2MTI+RVtZf9m0ptWigGur0t9yrqMu4YBrYBrnQKYXEfLHcbSvmlJvO0Jkiq4UHbi/PYJg0BW5HpwLI5m8Qbp5OTryGm+uZuJFkW1VPs3Ez1tZItxNqNIxbbWdkAV0stB8Ro4ZOwS2M1sDQl5G0P0yMx+BvRnwkajRpL176vUUU9+a8651mzQxumJbagRq8ZAq1wYIXXoFGEdY0tE7zjovP7IK1v6c3yiSjevJql1on+WjA4gNZxq2tpR3q6dlolinVd5Sv67BH9dg3tSEtZYjYzlCOWdfylP3u2WGjGNXSddJQhypO61oX+qmJr6DpZ0brYpPV3e6B5sFyycjktl6flcuaXdW1ZyXFRLu/K5cdyebiiovbuUCkVsW9UUqzJM/OED2BMf3axekB7+yU9n9LfZHp64JluawJj33BWZ5JwKvXMZI8/NfnnlYZiWQbQarTg+3fwZKPVWNdHSh8fuOW2Um3SjCZYSP185U7eutfnGNbZ1C8DC6ftatUcXkDzTmiYm9dfVhpsxQD93yGMPED0RvNuAdqdIMDIsl5s0FAFkQytdscSGHg8qGrewlpBRckc13Per+zeb0FaQ1mq3QJmkz9+vDVkZXb2BubqazuYH4oKbj/y3O/8DVUGOaY=</source>
  </file>
  <file path="JQuery/View/Helper/JQuery/Container.php" generated-path="JQuery.View.Helper.JQuery.Container.html" hash="4504a1b4d3ccec7e15cb960a42eafc98" package="ZendX_JQuery">
    <docblock line="0">
      <description>Zend Framework</description>
      <long-description>LICENSE

This source file is subject to the new BSD license that is bundled
with this package in the file LICENSE.txt.
It is also available through the world-wide-web at this URL:
http://framework.zend.com/license/new-bsd
If you did not receive a copy of the license and are unable to
obtain it through the world-wide-web, please send an email
to license@zend.com so we can send you a copy immediately.</long-description>
      <tag name="category" line="0" description="ZendX"/>
      <tag name="package" line="0" description="ZendX_JQuery"/>
      <tag name="subpackage" line="0" description="View"/>
      <tag name="copyright" line="0" description="Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)"/>
      <tag name="license" line="0" description="New BSD License" link="http://framework.zend.com/license/new-bsd"/>
      <tag name="version" line="0" description="$Id$"/>
    </docblock>
    <class final="false" abstract="false" namespace="" line="37" package="ZendX_JQuery\View">
      <extends/>
      <name>ZendX_JQuery_View_Helper_JQuery_Container</name>
      <full_name>\ZendX_JQuery_View_Helper_JQuery_Container</full_name>
      <docblock line="37">
        <description>jQuery View Helper. Transports all jQuery stack and render information across all views.</description>
        <long-description></long-description>
        <tag name="uses" line="37" description="" link="ZendX_JQuery_View_Helper_JQuery_Container"/>
        <tag name="package" line="37" description="ZendX_JQuery"/>
        <tag name="subpackage" line="37" description="View"/>
        <tag name="copyright" line="37" description="Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)"/>
        <tag name="license" line="37" description="New BSD License" link="http://framework.zend.com/license/new-bsd"/>
      </docblock>
      <property static="false" visibility="protected" line="44" namespace="" package="ZendX_JQuery\View">
        <name>$_jqueryLibraryPath</name>
        <default>null</default>
        <docblock line="44">
          <description>Path to local webserver jQuery library</description>
          <long-description></long-description>
          <tag name="var" line="44" description="" type="String" variable="">
            <type>String</type>
          </tag>
        </docblock>
      </property>
      <property static="false" visibility="protected" line="51" namespace="" package="ZendX_JQuery\View">
        <name>$_javascriptSources</name>
        <default>array()</default>
        <docblock line="51">
          <description>Additional javascript files that for jQuery Helper components.</description>
          <long-description></long-description>
          <tag name="var" line="51" description="" type="Array" variable="">
            <type>Array</type>
          </tag>
        </docblock>
      </property>
      <property static="false" visibility="protected" line="58" namespace="" package="ZendX_JQuery\View">
        <name>$_enabled</name>
        <default>false</default>
        <docblock line="58">
          <description>Indicates wheater the jQuery View Helper is enabled.</description>
          <long-description></long-description>
          <tag name="var" line="58" description="" type="Boolean" variable="">
            <type>Boolean</type>
          </tag>
        </docblock>
      </property>
      <property static="false" visibility="protected" line="65" namespace="" package="ZendX_JQuery\View">
        <name>$_captureLock</name>
        <default>false</default>
        <docblock line="65">
          <description>Indicates if a capture start method for javascript or onLoad has been called.</description>
          <long-description></long-description>
          <tag name="var" line="65" description="" type="Boolean" variable="">
            <type>Boolean</type>
          </tag>
        </docblock>
      </property>
      <property static="false" visibility="protected" line="72" namespace="" package="ZendX_JQuery\View">
        <name>$_javascriptStatements</name>
        <default>array()</default>
        <docblock line="72">
          <description>Additional javascript statements that need to be executed after jQuery lib.</description>
          <long-description></long-description>
          <tag name="var" line="72" description="" type="Array" variable="">
            <type>Array</type>
          </tag>
        </docblock>
      </property>
      <property static="false" visibility="protected" line="79" namespace="" package="ZendX_JQuery\View">
        <name>$_stylesheets</name>
        <default>array()</default>
        <docblock line="79">
          <description>Additional stylesheet files for jQuery related components.</description>
          <long-description></long-description>
          <tag name="var" line="79" description="" type="Array" variable="">
            <type>Array</type>
          </tag>
        </docblock>
      </property>
      <property static="false" visibility="protected" line="86" namespace="" package="ZendX_JQuery\View">
        <name>$_onLoadActions</name>
        <default>array()</default>
        <docblock line="86">
          <description>jQuery onLoad statements Stack</description>
          <long-description></long-description>
          <tag name="var" line="86" description="" type="Array" variable="">
            <type>Array</type>
          </tag>
        </docblock>
      </property>
      <property static="false" visibility="protected" line="93" namespace="" package="ZendX_JQuery\View">
        <name>$_isXhtml</name>
        <default>false</default>
        <docblock line="93">
          <description>View is rendered in XHTML or not.</description>
          <long-description></long-description>
          <tag name="var" line="93" description="" type="Boolean" variable="">
            <type>Boolean</type>
          </tag>
        </docblock>
      </property>
      <property static="false" visibility="protected" line="100" namespace="" package="ZendX_JQuery\View">
        <name>$_version</name>
        <default>\ZendX_JQuery::DEFAULT_JQUERY_VERSION</default>
        <docblock line="100">
          <description>Default CDN jQuery Library version</description>
          <long-description></long-description>
          <tag name="var" line="100" description="" type="String" variable="">
            <type>String</type>
          </tag>
        </docblock>
      </property>
      <property static="false" visibility="protected" line="107" namespace="" package="ZendX_JQuery\View">
        <name>$_renderMode</name>
        <default>\ZendX_JQuery::RENDER_ALL</default>
        <docblock line="107">
          <description>Default Render Mode (all parts)</description>
          <long-description></long-description>
          <tag name="var" line="107" description="" type="Integer" variable="">
            <type>Integer</type>
          </tag>
        </docblock>
      </property>
      <property static="false" visibility="protected" line="114" namespace="" package="ZendX_JQuery\View">
        <name>$_uiEnabled</name>
        <default>false</default>
        <docblock line="114">
          <description>jQuery UI Library Enabled</description>
          <long-description></long-description>
          <tag name="var" line="114" description="" type="Boolean" variable="">
            <type>Boolean</type>
          </tag>
        </docblock>
      </property>
      <property static="false" visibility="protected" line="122" namespace="" package="ZendX_JQuery\View">
        <name>$_uiPath</name>
        <default>null</default>
        <docblock line="122">
          <description>Local jQuery UI Path. Use Google CDN if
variable is null</description>
          <long-description></long-description>
          <tag name="var" line="122" description="" type="String" variable="">
            <type>String</type>
          </tag>
        </docblock>
      </property>
      <property static="false" visibility="protected" line="129" namespace="" package="ZendX_JQuery\View">
        <name>$_uiVersion</name>
        <default>\ZendX_JQuery::DEFAULT_UI_VERSION</default>
        <docblock line="129">
          <description>jQuery UI Google CDN Version</description>
          <long-description></long-description>
          <tag name="var" line="129" description="" type="String" variable="">
            <type>String</type>
          </tag>
        </docblock>
      </property>
      <property static="false" visibility="protected" line="136" namespace="" package="ZendX_JQuery\View">
        <name>$_loadSslCdnPath</name>
        <default>false</default>
        <docblock line="136">
          <description>Load CDN Path from SSL or Non-SSL?</description>
          <long-description></long-description>
          <tag name="var" line="136" description="" type="boolean" variable="">
            <type>boolean</type>
          </tag>
        </docblock>
      </property>
      <property static="false" visibility="public" line="143" namespace="" package="ZendX_JQuery\View">
        <name>$view</name>
        <default>null</default>
        <docblock line="143">
          <description>View Instance</description>
          <long-description></long-description>
          <tag name="var" line="143" description="" type="\Zend_View_Interface" variable="">
            <type link="Zend_View_Interface.html">\Zend_View_Interface</type>
          </tag>
        </docblock>
      </property>
      <method final="false" abstract="false" static="false" visibility="public" namespace="" line="151" package="ZendX_JQuery\View">
        <name>setView</name>
        <full_name>\ZendX_JQuery_View_Helper_JQuery_Container::setView()</full_name>
        <docblock line="151">
          <description>Set view object</description>
          <long-description></long-description>
          <tag name="param" line="151" description="" type="\Zend_View_Interface" variable="$view">
            <type link="Zend_View_Interface.html">\Zend_View_Interface</type>
          </tag>
          <tag name="return" line="151" description="" type="void">
            <type>void</type>
          </tag>
        </docblock>
        <argument line="0" by_reference="false">
          <name>$view</name>
          <default></default>
          <type>\Zend_View_Interface</type>
        </argument>
      </method>
      <method final="false" abstract="false" static="false" visibility="public" namespace="" line="161" package="ZendX_JQuery\View">
        <name>enable</name>
        <full_name>\ZendX_JQuery_View_Helper_JQuery_Container::enable()</full_name>
        <docblock line="161">
          <description>Enable jQuery</description>
          <long-description></long-description>
          <tag name="return" line="161" description="" type="\ZendX_JQuery_View_Helper_JQuery_Container">
            <type link="ZendX_JQuery_View_Helper_JQuery_Container.html">\ZendX_JQuery_View_Helper_JQuery_Container</type>
          </tag>
        </docblock>
      </method>
      <method final="false" abstract="false" static="false" visibility="public" namespace="" line="172" package="ZendX_JQuery\View">
        <name>disable</name>
        <full_name>\ZendX_JQuery_View_Helper_JQuery_Container::disable()</full_name>
        <docblock line="172">
          <description>Disable jQuery</description>
          <long-description></long-description>
          <tag name="return" line="172" description="" type="\ZendX_JQuery_View_Helper_JQuery_Container">
            <type link="ZendX_JQuery_View_Helper_JQuery_Container.html">\ZendX_JQuery_View_Helper_JQuery_Container</type>
          </tag>
        </docblock>
      </method>
      <method final="false" abstract="false" static="false" visibility="public" namespace="" line="184" package="ZendX_JQuery\View">
        <name>isEnabled</name>
        <full_name>\ZendX_JQuery_View_Helper_JQuery_Container::isEnabled()</full_name>
        <docblock line="184">
          <description>Is jQuery enabled?</description>
          <long-description></long-description>
          <tag name="return" line="184" description="" type="boolean">
            <type>boolean</type>
          </tag>
        </docblock>
      </method>
      <method final="false" abstract="false" static="false" visibility="public" namespace="" line="195" package="ZendX_JQuery\View">
        <name>setVersion</name>
        <full_name>\ZendX_JQuery_View_Helper_JQuery_Container::setVersion()</full_name>
        <docblock line="195">
          <description>Set the version of the jQuery library used.</description>
          <long-description></long-description>
          <tag name="param" line="195" description="" type="string" variable="$version">
            <type>string</type>
          </tag>
          <tag name="return" line="195" description="" type="\ZendX_JQuery_View_Helper_JQuery_Container">
            <type link="ZendX_JQuery_View_Helper_JQuery_Container.html">\ZendX_JQuery_View_Helper_JQuery_Container</type>
          </tag>
        </docblock>
        <argument line="0" by_reference="false">
          <name>$version</name>
          <default></default>
          <type>string</type>
        </argument>
      </method>
      <method final="false" abstract="false" static="false" visibility="public" namespace="" line="206" package="ZendX_JQuery\View">
        <name>getVersion</name>
        <full_name>\ZendX_JQuery_View_Helper_JQuery_Container::getVersion()</full_name>
        <docblock line="206">
          <description>Get the version used with the jQuery library</description>
          <long-description></long-description>
          <tag name="return" line="206" description="" type="string">
            <type>string</type>
          </tag>
        </docblock>
      </method>
      <method final="false" abstract="false" static="false" visibility="public" namespace="" line="219" package="ZendX_JQuery\View">
        <name>setCdnVersion</name>
        <full_name>\ZendX_JQuery_View_Helper_JQuery_Container::setCdnVersion()</full_name>
        <docblock line="219">
          <description>Use CDN, using version specified. Currently supported
by Googles Ajax Library API are: 1.2.3, 1.2.6</description>
          <long-description></long-description>
          <tag name="deprecated" line="219" description="As of version 1.8, use {@link setVersion()} instead."/>
          <tag name="param" line="219" description="" type="string" variable="$version">
            <type>string</type>
          </tag>
          <tag name="return" line="219" description="" type="\ZendX_JQuery_View_Helper_JQuery_Container">
            <type link="ZendX_JQuery_View_Helper_JQuery_Container.html">\ZendX_JQuery_View_Helper_JQuery_Container</type>
          </tag>
        </docblock>
        <argument line="0" by_reference="false">
          <name>$version</name>
          <default>null</default>
          <type>string</type>
        </argument>
      </method>
      <method final="false" abstract="false" static="false" visibility="public" namespace="" line="230" package="ZendX_JQuery\View">
        <name>getCdnVersion</name>
        <full_name>\ZendX_JQuery_View_Helper_JQuery_Container::getCdnVersion()</full_name>
        <docblock line="230">
          <description>Get CDN version</description>
          <long-description></long-description>
          <tag name="deprecated" line="230" description="As of version 1.8, use {@link getVersion()} instead."/>
          <tag name="return" line="230" description="" type="string">
            <type>string</type>
          </tag>
        </docblock>
      </method>
      <method final="false" abstract="false" static="false" visibility="public" namespace="" line="241" package="ZendX_JQuery\View">
        <name>setCdnSsl</name>
        <full_name>\ZendX_JQuery_View_Helper_JQuery_Container::setCdnSsl()</full_name>
        <docblock line="241">
          <description>Set Use SSL on CDN Flag</description>
          <long-description></long-description>
          <tag name="param" line="241" description="" type="bool" variable="$flag">
            <type>bool</type>
          </tag>
          <tag name="return" line="241" description="" type="\ZendX_JQuery_View_Helper_JQuery_Container">
            <type link="ZendX_JQuery_View_Helper_JQuery_Container.html">\ZendX_JQuery_View_Helper_JQuery_Container</type>
          </tag>
        </docblock>
        <argument line="0" by_reference="false">
          <name>$flag</name>
          <default></default>
          <type>bool</type>
        </argument>
      </method>
      <method final="false" abstract="false" static="false" visibility="public" namespace="" line="252" package="ZendX_JQuery\View">
        <name>getCdnSsl</name>
        <full_name>\ZendX_JQuery_View_Helper_JQuery_Container::getCdnSsl()</full_name>
        <docblock line="252">
          <description>Get Flag of SSL on CDN</description>
          <long-description></long-description>
          <tag name="return" line="252" description="True if SSL is used on CDN" type="boolean">
            <type>boolean</type>
          </tag>
        </docblock>
      </method>
      <method final="false" abstract="false" static="false" visibility="public" namespace="" line="262" package="ZendX_JQuery\View">
        <name>useCdn</name>
        <full_name>\ZendX_JQuery_View_Helper_JQuery_Container::useCdn()</full_name>
        <docblock line="262">
          <description>Are we using the CDN?</description>
          <long-description></long-description>
          <tag name="return" line="262" description="" type="boolean">
            <type>boolean</type>
          </tag>
        </docblock>
      </method>
      <method final="false" abstract="false" static="false" visibility="public" namespace="" line="273" package="ZendX_JQuery\View">
        <name>setLocalPath</name>
        <full_name>\ZendX_JQuery_View_Helper_JQuery_Container::setLocalPath()</full_name>
        <docblock line="273">
          <description>Set path to local jQuery library</description>
          <long-description></long-description>
          <tag name="param" line="273" description="" type="string" variable="$path">
            <type>string</type>
          </tag>
          <tag name="return" line="273" description="" type="\ZendX_JQuery_View_Helper_JQuery_Container">
            <type link="ZendX_JQuery_View_Helper_JQuery_Container.html">\ZendX_JQuery_View_Helper_JQuery_Container</type>
          </tag>
        </docblock>
        <argument line="0" by_reference="false">
          <name>$path</name>
          <default></default>
          <type>string</type>
        </argument>
      </method>
      <method final="false" abstract="false" static="false" visibility="public" namespace="" line="284" package="ZendX_JQuery\View">
        <name>uiEnable</name>
        <full_name>\ZendX_JQuery_View_Helper_JQuery_Container::uiEnable()</full_name>
        <docblock line="284">
          <description>Enable jQuery UI Library Rendering</description>
          <long-description></long-description>
          <tag name="return" line="284" description="" type="\ZendX_JQuery_View_Helper_JQuery_Container">
            <type link="ZendX_JQuery_View_Helper_JQuery_Container.html">\ZendX_JQuery_View_Helper_JQuery_Container</type>
          </tag>
        </docblock>
      </method>
      <method final="false" abstract="false" static="false" visibility="public" namespace="" line="296" package="ZendX_JQuery\View">
        <name>uiDisable</name>
        <full_name>\ZendX_JQuery_View_Helper_JQuery_Container::uiDisable()</full_name>
        <docblock line="296">
          <description>Disable jQuery UI Library Rendering</description>
          <long-description></long-description>
          <tag name="return" line="296" description="" type="\ZendX_JQuery_View_Helper_JQuery_Container">
            <type link="ZendX_JQuery_View_Helper_JQuery_Container.html">\ZendX_JQuery_View_Helper_JQuery_Container</type>
          </tag>
        </docblock>
      </method>
      <method final="false" abstract="false" static="false" visibility="public" namespace="" line="307" package="ZendX_JQuery\View">
        <name>uiIsEnabled</name>
        <full_name>\ZendX_JQuery_View_Helper_JQuery_Container::uiIsEnabled()</full_name>
        <docblock line="307">
          <description>Check wheater currently the jQuery UI library is enabled.</description>
          <long-description></long-description>
          <tag name="return" line="307" description="" type="boolean">
            <type>boolean</type>
          </tag>
        </docblock>
      </method>
      <method final="false" abstract="false" static="false" visibility="public" namespace="" line="318" package="ZendX_JQuery\View">
        <name>setUiVersion</name>
        <full_name>\ZendX_JQuery_View_Helper_JQuery_Container::setUiVersion()</full_name>
        <docblock line="318">
          <description>Set jQuery UI version used.</description>
          <long-description></long-description>
          <tag name="param" line="318" description="" type="string" variable="$version">
            <type>string</type>
          </tag>
          <tag name="return" line="318" description="" type="\ZendX_JQuery_View_Helper_JQuery_Container">
            <type link="ZendX_JQuery_View_Helper_JQuery_Container.html">\ZendX_JQuery_View_Helper_JQuery_Container</type>
          </tag>
        </docblock>
        <argument line="0" by_reference="false">
          <name>$version</name>
          <default></default>
          <type>string</type>
        </argument>
      </method>
      <method final="false" abstract="false" static="false" visibility="public" namespace="" line="329" package="ZendX_JQuery\View">
        <name>getUiVersion</name>
        <full_name>\ZendX_JQuery_View_Helper_JQuery_Container::getUiVersion()</full_name>
        <docblock line="329">
          <description>Get jQuery UI Version used.</description>
          <long-description></long-description>
          <tag name="return" line="329" description="" type="string">
            <type>string</type>
          </tag>
        </docblock>
      </method>
      <method final="false" abstract="false" static="false" visibility="public" namespace="" line="342" package="ZendX_JQuery\View">
        <name>setUiCdnVersion</name>
        <full_name>\ZendX_JQuery_View_Helper_JQuery_Container::setUiCdnVersion()</full_name>
        <docblock line="342">
          <description>Set jQuery UI CDN Version</description>
          <long-description></long-description>
          <tag name="deprecated" line="342" description="As of 1.8 use {@link setUiVersion()}"/>
          <tag name="param" line="342" description="" type="string" variable="$version">
            <type>string</type>
          </tag>
          <tag name="return" line="342" description="" type="\ZendX_JQuery_View_Helper_JQuery_Container">
            <type link="ZendX_JQuery_View_Helper_JQuery_Container.html">\ZendX_JQuery_View_Helper_JQuery_Container</type>
          </tag>
        </docblock>
        <argument line="0" by_reference="false">
          <name>$version</name>
          <default>'1.5.2'</default>
          <type>string</type>
        </argument>
      </method>
      <method final="false" abstract="false" static="false" visibility="public" namespace="" line="354" package="ZendX_JQuery\View">
        <name>getUiCdnVersion</name>
        <full_name>\ZendX_JQuery_View_Helper_JQuery_Container::getUiCdnVersion()</full_name>
        <docblock line="354">
          <description>Return jQuery UI CDN Version</description>
          <long-description></long-description>
          <tag name="deprecated" line="354" description="As of 1.8 use {@link getUiVersion()}"/>
          <tag name="return" line="354" description="" type="String">
            <type>String</type>
          </tag>
        </docblock>
      </method>
      <method final="false" abstract="false" static="false" visibility="public" namespace="" line="365" package="ZendX_JQuery\View">
        <name>setUiLocalPath</name>
        <full_name>\ZendX_JQuery_View_Helper_JQuery_Container::setUiLocalPath()</full_name>
        <docblock line="365">
          <description>Set local path to jQuery UI library</description>
          <long-description></long-description>
          <tag name="param" line="365" description="" type="String" variable="$path">
            <type>String</type>
          </tag>
          <tag name="return" line="365" description="" type="\ZendX_JQuery_View_Helper_JQuery_Container">
            <type link="ZendX_JQuery_View_Helper_JQuery_Container.html">\ZendX_JQuery_View_Helper_JQuery_Container</type>
          </tag>
        </docblock>
        <argument line="0" by_reference="false">
          <name>$path</name>
          <default></default>
          <type>String</type>
        </argument>
      </method>
      <method final="false" abstract="false" static="false" visibility="public" namespace="" line="376" package="ZendX_JQuery\View">
        <name>getUiPath</name>
        <full_name>\ZendX_JQuery_View_Helper_JQuery_Container::getUiPath()</full_name>
        <docblock line="376">
          <description>Return the local jQuery UI Path if set.</description>
          <long-description></long-description>
          <tag name="return" line="376" description="" type="string">
            <type>string</type>
          </tag>
        </docblock>
      </method>
      <method final="false" abstract="false" static="false" visibility="public" namespace="" line="386" package="ZendX_JQuery\View">
        <name>getUiLocalPath</name>
        <full_name>\ZendX_JQuery_View_Helper_JQuery_Container::getUiLocalPath()</full_name>
        <docblock line="386">
          <description>Proxies to getUiPath() for consistency in function naming.</description>
          <long-description></long-description>
          <tag name="return" line="386" description="" type="string">
            <type>string</type>
          </tag>
        </docblock>
      </method>
      <method final="false" abstract="false" static="false" visibility="public" namespace="" line="396" package="ZendX_JQuery\View">
        <name>useUiLocal</name>
        <full_name>\ZendX_JQuery_View_Helper_JQuery_Container::useUiLocal()</full_name>
        <docblock line="396">
          <description>Is the jQuery Ui loaded from local scope?</description>
          <long-description></long-description>
          <tag name="return" line="396" description="" type="boolean">
            <type>boolean</type>
          </tag>
        </docblock>
      </method>
      <method final="false" abstract="false" static="false" visibility="public" namespace="" line="406" package="ZendX_JQuery\View">
        <name>useUiCdn</name>
        <full_name>\ZendX_JQuery_View_Helper_JQuery_Container::useUiCdn()</full_name>
        <docblock line="406">
          <description>Is the jQuery Ui enabled and loaded from CDN?</description>
          <long-description></long-description>
          <tag name="return" line="406" description="" type="\ZendX_JQuery_View_Helper_JQuery_Container">
            <type link="ZendX_JQuery_View_Helper_JQuery_Container.html">\ZendX_JQuery_View_Helper_JQuery_Container</type>
          </tag>
        </docblock>
      </method>
      <method final="false" abstract="false" static="false" visibility="public" namespace="" line="416" package="ZendX_JQuery\View">
        <name>getLocalPath</name>
        <full_name>\ZendX_JQuery_View_Helper_JQuery_Container::getLocalPath()</full_name>
        <docblock line="416">
          <description>Get local path to jQuery</description>
          <long-description></long-description>
          <tag name="return" line="416" description="" type="string">
            <type>string</type>
          </tag>
        </docblock>
      </method>
      <method final="false" abstract="false" static="false" visibility="public" namespace="" line="426" package="ZendX_JQuery\View">
        <name>useLocalPath</name>
        <full_name>\ZendX_JQuery_View_Helper_JQuery_Container::useLocalPath()</full_name>
        <docblock line="426">
          <description>Are we using a local path?</description>
          <long-description></long-description>
          <tag name="return" line="426" description="" type="boolean">
            <type>boolean</type>
          </tag>
        </docblock>
      </method>
      <method final="false" abstract="false" static="false" visibility="public" namespace="" line="437" package="ZendX_JQuery\View">
        <name>onLoadCaptureStart</name>
        <full_name>\ZendX_JQuery_View_Helper_JQuery_Container::onLoadCaptureStart()</full_name>
        <docblock line="437">
          <description>Start capturing routines to run onLoad</description>
          <long-description></long-description>
          <tag name="return" line="437" description="" type="boolean">
            <type>boolean</type>
          </tag>
          <tag name="throws" line="437" description="" type="\Zend_Exception">
            <type link="Zend_Exception.html">\Zend_Exception</type>
          </tag>
        </docblock>
      </method>
      <method final="false" abstract="false" static="false" visibility="public" namespace="" line="453" package="ZendX_JQuery\View">
        <name>onLoadCaptureEnd</name>
        <full_name>\ZendX_JQuery_View_Helper_JQuery_Container::onLoadCaptureEnd()</full_name>
        <docblock line="453">
          <description>Stop capturing routines to run onLoad</description>
          <long-description></long-description>
          <tag name="return" line="453" description="" type="boolean">
            <type>boolean</type>
          </tag>
        </docblock>
      </method>
      <method final="false" abstract="false" static="false" visibility="public" namespace="" line="468" package="ZendX_JQuery\View">
        <name>javascriptCaptureStart</name>
        <full_name>\ZendX_JQuery_View_Helper_JQuery_Container::javascriptCaptureStart()</full_name>
        <docblock line="468">
          <description>Capture arbitrary javascript to include in jQuery script</description>
          <long-description></long-description>
          <tag name="return" line="468" description="" type="boolean">
            <type>boolean</type>
          </tag>
          <tag name="throws" line="468" description="" type="\Zend_Exception">
            <type link="Zend_Exception.html">\Zend_Exception</type>
          </tag>
        </docblock>
      </method>
      <method final="false" abstract="false" static="false" visibility="public" namespace="" line="484" package="ZendX_JQuery\View">
        <name>javascriptCaptureEnd</name>
        <full_name>\ZendX_JQuery_View_Helper_JQuery_Container::javascriptCaptureEnd()</full_name>
        <docblock line="484">
          <description>Finish capturing arbitrary javascript to include in jQuery script</description>
          <long-description></long-description>
          <tag name="return" line="484" description="" type="boolean">
            <type>boolean</type>
          </tag>
        </docblock>
      </method>
      <method final="false" abstract="false" static="false" visibility="public" namespace="" line="499" package="ZendX_JQuery\View">
        <name>addJavascriptFile</name>
        <full_name>\ZendX_JQuery_View_Helper_JQuery_Container::addJavascriptFile()</full_name>
        <docblock line="499">
          <description>Add a Javascript File to the include stack.</description>
          <long-description></long-description>
          <tag name="param" line="499" description="" type="string" variable="$path">
            <type>string</type>
          </tag>
          <tag name="return" line="499" description="" type="\ZendX_JQuery_View_Helper_JQuery_Container">
            <type link="ZendX_JQuery_View_Helper_JQuery_Container.html">\ZendX_JQuery_View_Helper_JQuery_Container</type>
          </tag>
        </docblock>
        <argument line="0" by_reference="false">
          <name>$path</name>
          <default></default>
          <type>string</type>
        </argument>
      </method>
      <method final="false" abstract="false" static="false" visibility="public" namespace="" line="516" package="ZendX_JQuery\View">
        <name>getJavascriptFiles</name>
        <full_name>\ZendX_JQuery_View_Helper_JQuery_Container::getJavascriptFiles()</full_name>
        <docblock line="516">
          <description>Return all currently registered Javascript files.</description>
          <long-description>This does not include the jQuery library, which is handled by another retrieval
strategy.</long-description>
          <tag name="return" line="516" description="" type="array">
            <type>array</type>
          </tag>
        </docblock>
      </method>
      <method final="false" abstract="false" static="false" visibility="public" namespace="" line="526" package="ZendX_JQuery\View">
        <name>clearJavascriptFiles</name>
        <full_name>\ZendX_JQuery_View_Helper_JQuery_Container::clearJavascriptFiles()</full_name>
        <docblock line="526">
          <description>Clear all currently registered Javascript files.</description>
          <long-description></long-description>
          <tag name="return" line="526" description="" type="\ZendX_JQuery_View_Helper_JQuery_Container">
            <type link="ZendX_JQuery_View_Helper_JQuery_Container.html">\ZendX_JQuery_View_Helper_JQuery_Container</type>
          </tag>
        </docblock>
      </method>
      <method final="false" abstract="false" static="false" visibility="public" namespace="" line="538" package="ZendX_JQuery\View">
        <name>addJavascript</name>
        <full_name>\ZendX_JQuery_View_Helper_JQuery_Container::addJavascript()</full_name>
        <docblock line="538">
          <description>Add arbitrary javascript to execute in jQuery JS container</description>
          <long-description></long-description>
          <tag name="param" line="538" description="" type="string" variable="$js">
            <type>string</type>
          </tag>
          <tag name="return" line="538" description="" type="\ZendX_JQuery_View_Helper_JQuery_Container">
            <type link="ZendX_JQuery_View_Helper_JQuery_Container.html">\ZendX_JQuery_View_Helper_JQuery_Container</type>
          </tag>
        </docblock>
        <argument line="0" by_reference="false">
          <name>$js</name>
          <default></default>
          <type>string</type>
        </argument>
      </method>
      <method final="false" abstract="false" static="false" visibility="public" namespace="" line="550" package="ZendX_JQuery\View">
        <name>getJavascript</name>
        <full_name>\ZendX_JQuery_View_Helper_JQuery_Container::getJavascript()</full_name>
        <docblock line="550">
          <description>Return all registered javascript statements</description>
          <long-description></long-description>
          <tag name="return" line="550" description="" type="array">
            <type>array</type>
          </tag>
        </docblock>
      </method>
      <method final="false" abstract="false" static="false" visibility="public" namespace="" line="560" package="ZendX_JQuery\View">
        <name>clearJavascript</name>
        <full_name>\ZendX_JQuery_View_Helper_JQuery_Container::clearJavascript()</full_name>
        <docblock line="560">
          <description>Clear arbitrary javascript stack</description>
          <long-description></long-description>
          <tag name="return" line="560" description="" type="\ZendX_JQuery_View_Helper_JQuery_Container">
            <type link="ZendX_JQuery_View_Helper_JQuery_Container.html">\ZendX_JQuery_View_Helper_JQuery_Container</type>
          </tag>
        </docblock>
      </method>
      <method final="false" abstract="false" static="false" visibility="public" namespace="" line="572" package="ZendX_JQuery\View">
        <name>addStylesheet</name>
        <full_name>\ZendX_JQuery_View_Helper_JQuery_Container::addStylesheet()</full_name>
        <docblock line="572">
          <description>Add a stylesheet</description>
          <long-description></long-description>
          <tag name="param" line="572" description="" type="string" variable="$path">
            <type>string</type>
          </tag>
          <tag name="return" line="572" description="" type="\ZendX_JQuery_View_Helper_JQuery_Container">
            <type link="ZendX_JQuery_View_Helper_JQuery_Container.html">\ZendX_JQuery_View_Helper_JQuery_Container</type>
          </tag>
        </docblock>
        <argument line="0" by_reference="false">
          <name>$path</name>
          <default></default>
          <type>string</type>
        </argument>
      </method>
      <method final="false" abstract="false" static="false" visibility="public" namespace="" line="586" package="ZendX_JQuery\View">
        <name>getStylesheets</name>
        <full_name>\ZendX_JQuery_View_Helper_JQuery_Container::getStylesheets()</full_name>
        <docblock line="586">
          <description>Retrieve registered stylesheets</description>
          <long-description></long-description>
          <tag name="return" line="586" description="" type="array">
            <type>array</type>
          </tag>
        </docblock>
      </method>
      <method final="false" abstract="false" static="false" visibility="public" namespace="" line="596" package="ZendX_JQuery\View">
        <name>clearStylesheets</name>
        <full_name>\ZendX_JQuery_View_Helper_JQuery_Container::clearStylesheets()</full_name>
        <docblock line="596">
          <description>Clear all currently registered stylesheets files</description>
          <long-description></long-description>
          <tag name="return" line="596" description="" type="\ZendX_JQuery_View_Helper_JQuery_Container">
            <type link="ZendX_JQuery_View_Helper_JQuery_Container.html">\ZendX_JQuery_View_Helper_JQuery_Container</type>
          </tag>
        </docblock>
      </method>
      <method final="false" abstract="false" static="false" visibility="public" namespace="" line="608" package="ZendX_JQuery\View">
        <name>addOnLoad</name>
        <full_name>\ZendX_JQuery_View_Helper_JQuery_Container::addOnLoad()</full_name>
        <docblock line="608">
          <description>Add a script to execute onLoad</description>
          <long-description></long-description>
          <tag name="param" line="608" description="&lt;p&gt;Lambda&lt;/p&gt;" type="string" variable="$callback">
            <type>string</type>
          </tag>
          <tag name="return" line="608" description="" type="\ZendX_JQuery_View_Helper_JQuery_Container">
            <type link="ZendX_JQuery_View_Helper_JQuery_Container.html">\ZendX_JQuery_View_Helper_JQuery_Container</type>
          </tag>
        </docblock>
        <argument line="0" by_reference="false">
          <name>$callback</name>
          <default></default>
          <type>string</type>
        </argument>
      </method>
      <method final="false" abstract="false" static="false" visibility="public" namespace="" line="622" package="ZendX_JQuery\View">
        <name>getOnLoadActions</name>
        <full_name>\ZendX_JQuery_View_Helper_JQuery_Container::getOnLoadActions()</full_name>
        <docblock line="622">
          <description>Retrieve all registered onLoad actions</description>
          <long-description></long-description>
          <tag name="return" line="622" description="" type="array">
            <type>array</type>
          </tag>
        </docblock>
      </method>
      <method final="false" abstract="false" static="false" visibility="public" namespace="" line="632" package="ZendX_JQuery\View">
        <name>clearOnLoadActions</name>
        <full_name>\ZendX_JQuery_View_Helper_JQuery_Container::clearOnLoadActions()</full_name>
        <docblock line="632">
          <description>Clear the onLoadActions stack.</description>
          <long-description></long-description>
          <tag name="return" line="632" description="" type="\ZendX_JQuery_View_Helper_JQuery_Container">
            <type link="ZendX_JQuery_View_Helper_JQuery_Container.html">\ZendX_JQuery_View_Helper_JQuery_Container</type>
          </tag>
        </docblock>
      </method>
      <method final="false" abstract="false" static="false" visibility="public" namespace="" line="649" package="ZendX_JQuery\View">
        <name>setRenderMode</name>
        <full_name>\ZendX_JQuery_View_Helper_JQuery_Container::setRenderMode()</full_name>
        <docblock line="649">
          <description>Set which parts of the jQuery enviroment should be rendered.</description>
          <long-description>This function allows for a gradual refactoring of the jQuery code
rendered by calling __toString(). Use ZendX_JQuery::RENDER_*
constants. By default all parts of the enviroment are rendered.</long-description>
          <tag name="see" line="649" description="" link="\ZendX_JQuery::RENDER_ALL"/>
          <tag name="param" line="649" description="" type="integer" variable="$mask">
            <type>integer</type>
          </tag>
          <tag name="return" line="649" description="" type="\ZendX_JQuery_View_Helper_JQuery_Container">
            <type link="ZendX_JQuery_View_Helper_JQuery_Container.html">\ZendX_JQuery_View_Helper_JQuery_Container</type>
          </tag>
        </docblock>
        <argument line="0" by_reference="false">
          <name>$mask</name>
          <default></default>
          <type>integer</type>
        </argument>
      </method>
      <method final="false" abstract="false" static="false" visibility="public" namespace="" line="659" package="ZendX_JQuery\View">
        <name>getRenderMode</name>
        <full_name>\ZendX_JQuery_View_Helper_JQuery_Container::getRenderMode()</full_name>
        <docblock line="659">
          <description>Return bitmask of the current Render Mode</description>
          <long-description></long-description>
          <tag name="return" line="659" description="" type="integer">
            <type>integer</type>
          </tag>
        </docblock>
      </method>
      <method final="false" abstract="false" static="false" visibility="public" namespace="" line="669" package="ZendX_JQuery\View">
        <name>__toString</name>
        <full_name>\ZendX_JQuery_View_Helper_JQuery_Container::__toString()</full_name>
        <docblock line="669">
          <description>String representation of jQuery environment</description>
          <long-description></long-description>
          <tag name="return" line="669" description="" type="string">
            <type>string</type>
          </tag>
        </docblock>
      </method>
      <method final="false" abstract="false" static="false" visibility="protected" namespace="" line="688" package="ZendX_JQuery\View">
        <name>_renderStylesheets</name>
        <full_name>\ZendX_JQuery_View_Helper_JQuery_Container::_renderStylesheets()</full_name>
        <docblock line="688">
          <description>Render jQuery stylesheets</description>
          <long-description></long-description>
          <tag name="return" line="688" description="" type="string">
            <type>string</type>
          </tag>
        </docblock>
      </method>
      <method final="false" abstract="false" static="false" visibility="protected" namespace="" line="723" package="ZendX_JQuery\View">
        <name>_renderScriptTags</name>
        <full_name>\ZendX_JQuery_View_Helper_JQuery_Container::_renderScriptTags()</full_name>
        <docblock line="723">
          <description>Renders all javascript file related stuff of the jQuery enviroment.</description>
          <long-description></long-description>
          <tag name="return" line="723" description="" type="string">
            <type>string</type>
          </tag>
        </docblock>
      </method>
      <method final="false" abstract="false" static="false" visibility="protected" namespace="" line="755" package="ZendX_JQuery\View">
        <name>_renderExtras</name>
        <full_name>\ZendX_JQuery_View_Helper_JQuery_Container::_renderExtras()</full_name>
        <docblock line="755">
          <description>Renders all javascript code related stuff of the jQuery enviroment.</description>
          <long-description></long-description>
          <tag name="return" line="755" description="" type="string">
            <type>string</type>
          </tag>
        </docblock>
      </method>
      <method final="false" abstract="false" static="false" visibility="protected" namespace="" line="800" package="ZendX_JQuery\View">
        <name>_getJQueryLibraryBaseCdnUri</name>
        <full_name>\ZendX_JQuery_View_Helper_JQuery_Container::_getJQueryLibraryBaseCdnUri()</full_name>
        <docblock line="800">
          <description></description>
          <long-description></long-description>
          <tag name="return" line="800" description="" type="string">
            <type>string</type>
          </tag>
        </docblock>
      </method>
      <method final="false" abstract="false" static="false" visibility="protected" namespace="" line="813" package="ZendX_JQuery\View">
        <name>_getJQueryUiLibraryBaseCdnUri</name>
        <full_name>\ZendX_JQuery_View_Helper_JQuery_Container::_getJQueryUiLibraryBaseCdnUri()</full_name>
        <docblock line="813">
          <description></description>
          <long-description></long-description>
          <tag name="return" line="813" description="" type="string">
            <type>string</type>
          </tag>
        </docblock>
      </method>
      <method final="false" abstract="false" static="false" visibility="protected" namespace="" line="828" package="ZendX_JQuery\View">
        <name>_getJQueryLibraryPath</name>
        <full_name>\ZendX_JQuery_View_Helper_JQuery_Container::_getJQueryLibraryPath()</full_name>
        <docblock line="828">
          <description>Internal function that constructs the include path of the jQuery library.</description>
          <long-description></long-description>
          <tag name="return" line="828" description="" type="string">
            <type>string</type>
          </tag>
        </docblock>
      </method>
      <method final="false" abstract="false" static="false" visibility="protected" namespace="" line="848" package="ZendX_JQuery\View">
        <name>_getJQueryUiLibraryPath</name>
        <full_name>\ZendX_JQuery_View_Helper_JQuery_Container::_getJQueryUiLibraryPath()</full_name>
        <docblock line="848">
          <description>Internal function that constructs the include path of the jQueryUI library.</description>
          <long-description></long-description>
          <tag name="return" line="848" description="" type="string">
            <type>string</type>
          </tag>
        </docblock>
      </method>
    </class>
    <source>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</source>
  </file>
  <file path="JQuery/View/Helper/UiWidget.php" generated-path="JQuery.View.Helper.UiWidget.html" hash="ff87a9e5853ce5772b8df7002e75848d" package="ZendX_JQuery">
    <docblock line="0">
      <description>Zend Framework</description>
      <long-description>LICENSE

This source file is subject to the new BSD license that is bundled
with this package in the file LICENSE.txt.
It is also available through the world-wide-web at this URL:
http://framework.zend.com/license/new-bsd
If you did not receive a copy of the license and are unable to
obtain it through the world-wide-web, please send an email
to license@zend.com so we can send you a copy immediately.</long-description>
      <tag name="category" line="0" description="ZendX"/>
      <tag name="package" line="0" description="ZendX_JQuery"/>
      <tag name="subpackage" line="0" description="View"/>
      <tag name="copyright" line="0" description="Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)"/>
      <tag name="license" line="0" description="New BSD License" link="http://framework.zend.com/license/new-bsd"/>
      <tag name="version" line="0" description="$Id$"/>
    </docblock>
    <class final="false" abstract="true" namespace="" line="42" package="ZendX_JQuery\View">
      <extends>\Zend_View_Helper_HtmlElement</extends>
      <name>ZendX_JQuery_View_Helper_UiWidget</name>
      <full_name>\ZendX_JQuery_View_Helper_UiWidget</full_name>
      <docblock line="42">
        <description>jQuery Ui Widget Base class</description>
        <long-description></long-description>
        <tag name="uses" line="42" description="" link="ZendX_JQuery_View_Helper_JQuery_Container"/>
        <tag name="package" line="42" description="ZendX_JQuery"/>
        <tag name="subpackage" line="42" description="View"/>
        <tag name="copyright" line="42" description="Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)"/>
        <tag name="license" line="42" description="New BSD License" link="http://framework.zend.com/license/new-bsd"/>
      </docblock>
      <property static="false" visibility="protected" line="49" namespace="" package="ZendX_JQuery\View">
        <name>$jquery</name>
        <default></default>
        <docblock line="49">
          <description>Contains reference to the jQuery view helper</description>
          <long-description></long-description>
          <tag name="var" line="49" description="" type="\ZendX_JQuery_View_Helper_JQuery_Container" variable="">
            <type link="ZendX_JQuery_View_Helper_JQuery_Container.html">\ZendX_JQuery_View_Helper_JQuery_Container</type>
          </tag>
        </docblock>
      </property>
      <method final="false" abstract="false" static="false" visibility="public" namespace="" line="57" package="ZendX_JQuery\View">
        <name>setView</name>
        <full_name>\ZendX_JQuery_View_Helper_UiWidget::setView()</full_name>
        <docblock line="57">
          <description>Set view and enable jQuery Core and UI libraries</description>
          <long-description></long-description>
          <tag name="param" line="57" description="" type="\Zend_View_Interface" variable="$view">
            <type link="Zend_View_Interface.html">\Zend_View_Interface</type>
          </tag>
          <tag name="return" line="57" description="" type="\ZendX_JQuery_View_Helper_Widget">
            <type link="ZendX_JQuery_View_Helper_Widget.html">\ZendX_JQuery_View_Helper_Widget</type>
          </tag>
        </docblock>
        <argument line="0" by_reference="false">
          <name>$view</name>
          <default></default>
          <type>\Zend_View_Interface</type>
        </argument>
      </method>
      <method final="false" abstract="false" static="false" visibility="protected" namespace="" line="74" package="ZendX_JQuery\View">
        <name>_prepareAttributes</name>
        <full_name>\ZendX_JQuery_View_Helper_UiWidget::_prepareAttributes()</full_name>
        <docblock line="74">
          <description>Helps with building the correct Attributes Array structure.</description>
          <long-description></long-description>
          <tag name="param" line="74" description="" type="String" variable="$id">
            <type>String</type>
          </tag>
          <tag name="param" line="74" description="" type="String" variable="$value">
            <type>String</type>
          </tag>
          <tag name="param" line="74" description="" type="Array" variable="$attribs">
            <type>Array</type>
          </tag>
          <tag name="return" line="74" description="$attribs" type="Array">
            <type>Array</type>
          </tag>
        </docblock>
        <argument line="0" by_reference="false">
          <name>$id</name>
          <default></default>
          <type>String</type>
        </argument>
        <argument line="0" by_reference="false">
          <name>$value</name>
          <default></default>
          <type>String</type>
        </argument>
        <argument line="0" by_reference="false">
          <name>$attribs</name>
          <default></default>
          <type>Array</type>
        </argument>
      </method>
    </class>
    <source>eJy9VW1v00gQ/lz/igFFwqmauKDjS8uVllJEUIXEhQLidIrW9iTe4uyafYnJof73m31x3iDA6aTzl9Yzzzw78zzjzZOnTdUk2eFhAofwEUUJLxSbYyvVJ4q44PXo8ur1+Cq+va24Bi2tKhCmvEZwrza/xcKAkWAqBIEtPBs/h5oXKDRSjBkHy60oaywdS8tNRXEKNqz4xGZEI3ytp4wnDs0XM3TokS9ntZbAFozXLK8dq5J2Vvkq6rYuBy0vcdBiDnSc57754/rE1VfGNCdZNu0GG/5Ncw4LOc9iixm1PMi1b200haW0UPIShDSgsEC+QGBQyGYJcuoP7EZjpBdTCFaEnqRjkLlhNA43P+jxCJoaGTFoJzkTgHMazFWTiJH9vGuT9IYWoSCYh7v+Yj98PseSM4P1chgdOi/odSbVEuhxjn7w0U7oVXTy6o1FtfRJcnCVf8exDTx0gOKzygBcrv5Niz48Oj5+PHh0/PC3sDBvsaiErOWMI2k+voCRKIaQRtXbtl3p3fe8nXju+WVrPPp13KzrkPNsC1SaS+HzvVHZo2CWdAt9rhG3pp246SYvsW5QTW74e17O0PgShZ8tVziRgjb7vqvJHDYL2OylmddXNc5RmCF9MfdP95+xh+5DFtI75bc+CDccQjPwzK1FUTOtO0OtJmEPdnzbmiSGLqVwq4dq1/EfGf5/+v1f7c4SlmujGF02XqGfewv4xRAmILcQG44mXxN3nnfEPYcQldT0/U9RoTMx3m7RrwUxQeWZYk1Xer5g6t845asy/7dR0tBFiiX0bj87HK3JTmNjGsmf7a4eDNdObOlSqnAj3YzoCskVU2TQbnMNI+1hQ42RMKimjAbsLfwmRKBCY5XYP0j36Wy2b3OyEaZWFMZ9khqNq0j3Htb3ZUF8T0B3qTAnJ11hAJ2u8j13rQ/Ogjbwe/fuUBT1Pab74IOzoFbaX+W3nsGZ5VcRsaaIKnimEL37xhIniA4/abnldcnFzG9KIZVyP4sXxiieW0Nfy4VSbAm0wbYgXhx+350x4Ymjx8s9iQWrLe7kAnWP+cP0ro3fzWbJwXrjVq5NGoXOiHXbKXVyFE89WpH0k4O1c3ya3uOafEu79J8PePngr35/w17vyVbaecjLtdx3ybc4QXcFIXeha4Dvy3Ol2gvUj73Gr2fTx1h0mhzcJXfJP8O2y0g=</source>
  </file>
  <file path="JQuery/View/Helper/DialogContainer.php" generated-path="JQuery.View.Helper.DialogContainer.html" hash="84897c951214bbe0367394a450391636" package="ZendX_JQuery">
    <docblock line="0">
      <description>Zend Framework</description>
      <long-description>LICENSE

This source file is subject to the new BSD license that is bundled
with this package in the file LICENSE.txt.
It is also available through the world-wide-web at this URL:
http://framework.zend.com/license/new-bsd
If you did not receive a copy of the license and are unable to
obtain it through the world-wide-web, please send an email
to license@zend.com so we can send you a copy immediately.</long-description>
      <tag name="category" line="0" description="ZendX"/>
      <tag name="package" line="0" description="ZendX_JQuery"/>
      <tag name="subpackage" line="0" description="View"/>
      <tag name="copyright" line="0" description="Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)"/>
      <tag name="license" line="0" description="New BSD License" link="http://framework.zend.com/license/new-bsd"/>
      <tag name="version" line="0" description="$Id$"/>
    </docblock>
    <class final="false" abstract="false" namespace="" line="36" package="ZendX_JQuery\View">
      <extends>\ZendX_JQuery_View_Helper_UiWidget</extends>
      <name>ZendX_JQuery_View_Helper_DialogContainer</name>
      <full_name>\ZendX_JQuery_View_Helper_DialogContainer</full_name>
      <docblock line="36">
        <description>jQuery Dialog View Helper</description>
        <long-description></long-description>
        <tag name="package" line="36" description="ZendX_JQuery"/>
        <tag name="subpackage" line="36" description="View"/>
        <tag name="copyright" line="36" description="Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)"/>
        <tag name="license" line="36" description="New BSD License" link="http://framework.zend.com/license/new-bsd"/>
      </docblock>
      <method final="false" abstract="false" static="false" visibility="public" namespace="" line="48" package="ZendX_JQuery\View">
        <name>dialogContainer</name>
        <full_name>\ZendX_JQuery_View_Helper_DialogContainer::dialogContainer()</full_name>
        <docblock line="48">
          <description>Create a jQuery UI Dialog filled with the given content</description>
          <long-description></long-description>
          <tag name="link" line="48" description="http://docs.jquery.com/UI/Dialog" link="http://docs.jquery.com/UI/Dialog"/>
          <tag name="param" line="48" description="" type="string" variable="$id">
            <type>string</type>
          </tag>
          <tag name="param" line="48" description="" type="string" variable="$content">
            <type>string</type>
          </tag>
          <tag name="param" line="48" description="" type="array" variable="$params">
            <type>array</type>
          </tag>
          <tag name="param" line="48" description="" type="array" variable="$attribs">
            <type>array</type>
          </tag>
          <tag name="return" line="48" description="" type="string">
            <type>string</type>
          </tag>
        </docblock>
        <argument line="0" by_reference="false">
          <name>$id</name>
          <default></default>
          <type>string</type>
        </argument>
        <argument line="0" by_reference="false">
          <name>$content</name>
          <default></default>
          <type>string</type>
        </argument>
        <argument line="0" by_reference="false">
          <name>$params</name>
          <default>array()</default>
          <type>array</type>
        </argument>
        <argument line="0" by_reference="false">
          <name>$attribs</name>
          <default>array()</default>
          <type>array</type>
        </argument>
      </method>
    </class>
    <source>eJy9VW1v2zYQ/u5fcfUcWA5sKSu2L2niJU1bxEWQYUvTFisGgybPFhOZVEgqihfkv+9IvdhuXjBgQPnF1t09z909d5QOfsvTvJPs7nZgF/5CJeCDYUsstbkmizeeTU7en1+8r58+pdKC1YXhCHOZIfjHYnaF3IHT4FIEhSW8vXgHmeSoLJKNOR82K5TIUHiWUrqU7GTMGb9mC6JRARso64yxu3Oxj54EOMusBnbLZMZmmWc1ulikAUXVZmJUSoGjEmdA6QL35Z9n+x6fOpfvJ8m8aSz+h/qMuV4mdYkJlTya2VDaZA4rXYCQApR2YJCjvEVgwHW+Aj0PCZvWGOnFDEKhqpq0Z9Azx6gd6V6ocQh5howYrJecKcAlNebRJGLNftSUSXpDicApLIT7+up65HKJQjKH2SquJ3TE6XGhzQro+Il+DdZG6NY6/fhHgWYVnDTB1v9ZYlnxUAIjF6kDOGn/RnwAr/f2fh293vv5l2phPiFPlc70QiJpfnEME8VjiGrVy7Js9R4E3kY8f/7zaEL0eb1ZZ5UvsN2isVKr4O9NRI+MSadZ6COLuNXt1Hc3PcUsRzO9lF+kWKALEIM3hTQ41Yo2uxswSYVJPCapMEmDienadN+0ia5CJLyTjHQIEkIFaIayIf9L6v9I8f+v9kmHZ8za5/Wt1DjRyt8HNIB3jkJfALQDue/4lEFbf3bhxCBtNW19LfTlpNGa3hj0UmneKAgLuq2KLoeiXK6GNyzUvbpedy40t/HVjScMbV9Okoq0jc8ZiQNgnZFqAT0pnvNs52vdzBi2gl54ss84mSOO2dpr0BVG1cy1NQm/eTGjycC8UNz5lRfb+kZU37AtZdikPQx5osGwTdVYBoG10tofOYfoVfBNr3E1xTtpnY36UvTX2MFgAxDuXO345uP+hkOv0ps24qGzwR5xXSgX1XUNYAx7j9gqH9FsLsn+PiquBX60WrXwjSSAGa30c0zd+4fukxX1rrzb5iS0m0f9HRt1f9qx3UFcCRvtUJL+cIv1+/u7tb5NsbTB1d9T5r94hrR/RLIt2xP+zZ2hs9Fuz3/cRuNqcUdjJsTv6kwzEVE/FLaOS90yowb7B0Le9h9liBuiqY87rsqJ2jk/Ed8fP8mytfvbgIOEUo/769rr5Q6lVdaHzkPnX8hqiyA=</source>
  </file>
  <file path="JQuery/View/Helper/AccordionPane.php" generated-path="JQuery.View.Helper.AccordionPane.html" hash="c933ff0d8bc17ec0e870c208e1a75276" package="ZendX_JQuery">
    <docblock line="0">
      <description>Zend Framework</description>
      <long-description>LICENSE

This source file is subject to the new BSD license that is bundled
with this package in the file LICENSE.txt.
It is also available through the world-wide-web at this URL:
http://framework.zend.com/license/new-bsd
If you did not receive a copy of the license and are unable to
obtain it through the world-wide-web, please send an email
to license@zend.com so we can send you a copy immediately.</long-description>
      <tag name="category" line="0" description="ZendX"/>
      <tag name="package" line="0" description="ZendX_JQuery"/>
      <tag name="subpackage" line="0" description="View"/>
      <tag name="copyright" line="0" description="Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)"/>
      <tag name="license" line="0" description="New BSD License" link="http://framework.zend.com/license/new-bsd"/>
      <tag name="version" line="0" description="$Id$"/>
    </docblock>
    <class final="false" abstract="false" namespace="" line="37" package="ZendX_JQuery\View">
      <extends>\ZendX_JQuery_View_Helper_UiWidgetPane</extends>
      <name>ZendX_JQuery_View_Helper_AccordionPane</name>
      <full_name>\ZendX_JQuery_View_Helper_AccordionPane</full_name>
      <docblock line="37">
        <description>jQuery Accordion Pane, goes with Accordion Container</description>
        <long-description></long-description>
        <tag name="uses" line="37" description="" link="ZendX_JQuery_View_Helper_AccordionContainer"/>
        <tag name="package" line="37" description="ZendX_JQuery"/>
        <tag name="subpackage" line="37" description="View"/>
        <tag name="copyright" line="37" description="Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)"/>
        <tag name="license" line="37" description="New BSD License" link="http://framework.zend.com/license/new-bsd"/>
      </docblock>
      <method final="false" abstract="false" static="false" visibility="public" namespace="" line="52" package="ZendX_JQuery\View">
        <name>accordionPane</name>
        <full_name>\ZendX_JQuery_View_Helper_AccordionPane::accordionPane()</full_name>
        <docblock line="52">
          <description>Add accordion pane to the accordion with $id</description>
          <long-description>Directly add an additional pane to the accordion with $id. The title
is to be given in the $options array as 'title' key. Additionally when
specified with no arguments, the helper returns itsself as object making
it possible to use {@link captureStart()} and {@link captureEnd()} methods.</long-description>
          <tag name="param" line="52" description="" type="string" variable="$id">
            <type>string</type>
          </tag>
          <tag name="param" line="52" description="" type="string" variable="$content">
            <type>string</type>
          </tag>
          <tag name="param" line="52" description="" type="array" variable="$options">
            <type>array</type>
          </tag>
          <tag name="return" line="52" description="" type="string|\ZendX_JQuery_View_Helper_AccordionPane">
            <type>string</type>
            <type link="ZendX_JQuery_View_Helper_AccordionPane.html">\ZendX_JQuery_View_Helper_AccordionPane</type>
          </tag>
        </docblock>
        <argument line="0" by_reference="false">
          <name>$id</name>
          <default>null</default>
          <type>string</type>
        </argument>
        <argument line="0" by_reference="false">
          <name>$content</name>
          <default>''</default>
          <type>string</type>
        </argument>
        <argument line="0" by_reference="false">
          <name>$options</name>
          <default>array()</default>
          <type>array</type>
        </argument>
      </method>
      <method final="false" abstract="false" static="false" visibility="protected" namespace="" line="76" package="ZendX_JQuery\View">
        <name>_addPane</name>
        <full_name>\ZendX_JQuery_View_Helper_AccordionPane::_addPane()</full_name>
        <docblock line="76">
          <description>Method hooks into Accordion Container and registeres new pane</description>
          <long-description></long-description>
          <tag name="param" line="76" description="" type="string" variable="$id">
            <type>string</type>
          </tag>
          <tag name="param" line="76" description="" type="string" variable="$name">
            <type>string</type>
          </tag>
          <tag name="param" line="76" description="" type="string" variable="$content">
            <type>string</type>
          </tag>
          <tag name="param" line="76" description="" type="array" variable="$options">
            <type>array</type>
          </tag>
        </docblock>
        <argument line="0" by_reference="false">
          <name>$id</name>
          <default></default>
          <type>string</type>
        </argument>
        <argument line="0" by_reference="false">
          <name>$name</name>
          <default></default>
          <type>string</type>
        </argument>
        <argument line="0" by_reference="false">
          <name>$content</name>
          <default></default>
          <type>string</type>
        </argument>
        <argument line="0" by_reference="false">
          <name>$options</name>
          <default>array()</default>
          <type>array</type>
        </argument>
      </method>
    </class>
    <source>eJy9VlFv2zYQfp5/xaEwYDuw5axYX5q6S5ZmqIes6Jp2GzYMBk2dJdYUqZFUVLfNf9+RomQ7cdMMA6YXW7y77+6++3j2s+/LvOxNj456cAR/oErhR8MKrLVZ04k/vJyfX7y6uohvb3NhwerKcISVkAj+tVq+R+7AaXA5gsIafrh6AVJwVBbpjDnvtqxUKjH1KLVwOZ3TYcn4mmUEo0JsgIwZE/fBJd57HsKZtBrYNROSLaVHNbrK8hBF1cp0UosUJzUugdIF7HdvLp/6+Ny58ul0umobSz5SnwnXxTSWOKWSJ0sbSpuvYKMrSEUKSjswyFFcIzDgutyAXoWEbWuM+GIGoVJNTdoj6KVj1I5w99Q4hlIiIwTrKWcKsKDGfDSRGNFP2zKJb6gROLkFd19frEcUBaaCOZSbJE7olNNrps0G6PET/T2ctkR3p4uffqnQbIKRJtjZfxVYNziUwIgsdwDn3dchH8Hj4+Mnk8fH337XCOYt8lxpqTOBxPnVGcwVT2AYWa/ruuN7FHBb8vzz4NEE71dRWZeNLaBdo7FCq2Dvz9M+HU57raBPLeJetwvf3eIlyhLN4p34TaQZutdMYQgz+HclDC60InU/2jUndEsenXS47wMYnHGuTeqze58xZJoYCNreWs618nJA046nsuT0za0p7NXVBe/G7k3wvgH+n/P7j+PznHPJrH0AF55hwA+OHO9x3xvpp57PGkbmnyM4S+mudZMpPWLcWdvTML6+SGNMG/qCdMGd3ABLw32lD+HIn8mv4CS0MsksnMQWi1YTuS8RMtosql19fV16QFp0xjDKY2EQogawxk3ia48JqYg6R9Wi2RK5WAlMm5SKlqTJqgKVs+MAnAdqaJO5yhC8cNaiXPkEutnbBVsLlXXVOSi1taJZaEByhU80c7WmBVQSBF45ZtxwdBO2377pQqXeUKDLdWqTWxySgkkoANYZyrdD8h0LJ+FTA7fNDTMdU525aS1Gf36YlmLwNHyW1ZIEC6tKcY+8HaP3HFKhM1VJOe4Kmw0G41hNW8wsvA5HowDYSM8/YjU8htlsFsAXqioWNB5Lfjs+/ok99P0v10lnuel1X/uKLhnMYDA42QUXNE03bKv4M2rmrzv4bfgdz5M9t0odhjtcki928nxBl6Elatwk2lI17jLuYMRm21Yi5M5N/TkoCHKt16RYRTo8sFGDAA1mwjo0tLv8H49yO9pb6vmi6lqDr/sLpsN6PCzHqCijHd0tupWdqL5C08PkFCm/JllPnrM7PxTDEZ3+m2nc9G56/wBR2yVx</source>
  </file>
  <file path="JQuery/View/Helper/Slider.php" generated-path="JQuery.View.Helper.Slider.html" hash="dd38c41e7f7eeac9bdc20b7cd596fd78" package="ZendX_JQuery">
    <docblock line="0">
      <description>Zend Framework</description>
      <long-description>LICENSE

This source file is subject to the new BSD license that is bundled
with this package in the file LICENSE.txt.
It is also available through the world-wide-web at this URL:
http://framework.zend.com/license/new-bsd
If you did not receive a copy of the license and are unable to
obtain it through the world-wide-web, please send an email
to license@zend.com so we can send you a copy immediately.</long-description>
      <tag name="category" line="0" description="ZendX"/>
      <tag name="package" line="0" description="ZendX_JQuery"/>
      <tag name="subpackage" line="0" description="View"/>
      <tag name="copyright" line="0" description="Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)"/>
      <tag name="license" line="0" description="New BSD License" link="http://framework.zend.com/license/new-bsd"/>
      <tag name="version" line="0" description="$Id$"/>
    </docblock>
    <class final="false" abstract="false" namespace="" line="37" package="ZendX_JQuery\View">
      <extends>\ZendX_JQuery_View_Helper_UiWidget</extends>
      <name>ZendX_JQuery_View_Helper_Slider</name>
      <full_name>\ZendX_JQuery_View_Helper_Slider</full_name>
      <docblock line="37">
        <description>jQuery Slider View Helper</description>
        <long-description></long-description>
        <tag name="uses" line="37" description="" link="Zend_Json"/>
        <tag name="package" line="37" description="ZendX_JQuery"/>
        <tag name="subpackage" line="37" description="View"/>
        <tag name="copyright" line="37" description="Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)"/>
        <tag name="license" line="37" description="New BSD License" link="http://framework.zend.com/license/new-bsd"/>
      </docblock>
      <method final="false" abstract="false" static="false" visibility="public" namespace="" line="49" package="ZendX_JQuery\View">
        <name>slider</name>
        <full_name>\ZendX_JQuery_View_Helper_Slider::slider()</full_name>
        <docblock line="49">
          <description>Create jQuery slider that updates its values into a hidden form input field.</description>
          <long-description></long-description>
          <tag name="link" line="49" description="http://docs.jquery.com/UI/Slider" link="http://docs.jquery.com/UI/Slider"/>
          <tag name="param" line="49" description="" type="string" variable="$id">
            <type>string</type>
          </tag>
          <tag name="param" line="49" description="" type="string" variable="$value">
            <type>string</type>
          </tag>
          <tag name="param" line="49" description="" type="array" variable="$params">
            <type>array</type>
          </tag>
          <tag name="param" line="49" description="" type="array" variable="$attribs">
            <type>array</type>
          </tag>
          <tag name="return" line="49" description="" type="string">
            <type>string</type>
          </tag>
        </docblock>
        <argument line="0" by_reference="false">
          <name>$id</name>
          <default></default>
          <type>string</type>
        </argument>
        <argument line="0" by_reference="false">
          <name>$value</name>
          <default>null</default>
          <type>string</type>
        </argument>
        <argument line="0" by_reference="false">
          <name>$params</name>
          <default>array()</default>
          <type>array</type>
        </argument>
        <argument line="0" by_reference="false">
          <name>$attribs</name>
          <default>array()</default>
          <type>array</type>
        </argument>
      </method>
      <method final="false" abstract="false" static="false" visibility="protected" namespace="" line="102" package="ZendX_JQuery\View">
        <name>getChangeCallback</name>
        <full_name>\ZendX_JQuery_View_Helper_Slider::getChangeCallback()</full_name>
        <docblock line="102">
          <description></description>
          <long-description></long-description>
        </docblock>
        <argument line="0" by_reference="false">
          <name>$jqh</name>
          <default></default>
          <type/>
        </argument>
        <argument line="0" by_reference="false">
          <name>$sliderHiddenId</name>
          <default></default>
          <type/>
        </argument>
        <argument line="0" by_reference="false">
          <name>$elementId</name>
          <default></default>
          <type/>
        </argument>
        <argument line="0" by_reference="false">
          <name>$handlerNum</name>
          <default></default>
          <type/>
        </argument>
      </method>
      <method final="false" abstract="false" static="false" visibility="protected" namespace="" line="115" package="ZendX_JQuery\View">
        <name>getHandleCount</name>
        <full_name>\ZendX_JQuery_View_Helper_Slider::getHandleCount()</full_name>
        <docblock line="115">
          <description></description>
          <long-description></long-description>
        </docblock>
        <argument line="0" by_reference="false">
          <name>$params</name>
          <default></default>
          <type/>
        </argument>
      </method>
      <method final="false" abstract="false" static="false" visibility="protected" namespace="" line="124" package="ZendX_JQuery\View">
        <name>getHandleValue</name>
        <full_name>\ZendX_JQuery_View_Helper_Slider::getHandleValue()</full_name>
        <docblock line="124">
          <description></description>
          <long-description></long-description>
        </docblock>
        <argument line="0" by_reference="false">
          <name>$handleNum</name>
          <default></default>
          <type/>
        </argument>
        <argument line="0" by_reference="false">
          <name>$params</name>
          <default></default>
          <type/>
        </argument>
      </method>
      <method final="false" abstract="false" static="false" visibility="protected" namespace="" line="133" package="ZendX_JQuery\View">
        <name>initializeStartingValues</name>
        <full_name>\ZendX_JQuery_View_Helper_Slider::initializeStartingValues()</full_name>
        <docblock line="133">
          <description></description>
          <long-description></long-description>
        </docblock>
        <argument line="0" by_reference="false">
          <name>$value</name>
          <default></default>
          <type/>
        </argument>
        <argument line="0" by_reference="false">
          <name>$params</name>
          <default></default>
          <type/>
        </argument>
      </method>
    </class>
    <source>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</source>
  </file>
  <file path="JQuery/View/Helper/ColorPicker.php" generated-path="JQuery.View.Helper.ColorPicker.html" hash="3a3dbd2b78a4239d334ab76ff35b60fd" package="ZendX_JQuery">
    <docblock line="0">
      <description>Zend Framework</description>
      <long-description>LICENSE

This source file is subject to the new BSD license that is bundled
with this package in the file LICENSE.txt.
It is also available through the world-wide-web at this URL:
http://framework.zend.com/license/new-bsd
If you did not receive a copy of the license and are unable to
obtain it through the world-wide-web, please send an email
to license@zend.com so we can send you a copy immediately.</long-description>
      <tag name="category" line="0" description="ZendX"/>
      <tag name="package" line="0" description="ZendX_JQuery"/>
      <tag name="subpackage" line="0" description="View"/>
      <tag name="copyright" line="0" description="Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)"/>
      <tag name="license" line="0" description="New BSD License" link="http://framework.zend.com/license/new-bsd"/>
      <tag name="version" line="0" description="$Id$"/>
    </docblock>
    <class final="false" abstract="false" namespace="" line="37" package="ZendX_JQuery\View">
      <extends>\ZendX_JQuery_View_Helper_UiWidget</extends>
      <name>ZendX_JQuery_View_Helper_ColorPicker</name>
      <full_name>\ZendX_JQuery_View_Helper_ColorPicker</full_name>
      <docblock line="37">
        <description>jQuery Color Picker View Helper</description>
        <long-description></long-description>
        <tag name="uses" line="37" description="" link="Zend_View_Helper_FormText"/>
        <tag name="package" line="37" description="ZendX_JQuery"/>
        <tag name="subpackage" line="37" description="View"/>
        <tag name="copyright" line="37" description="Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)"/>
        <tag name="license" line="37" description="New BSD License" link="http://framework.zend.com/license/new-bsd"/>
      </docblock>
      <method final="false" abstract="false" static="false" visibility="public" namespace="" line="49" package="ZendX_JQuery\View">
        <name>colorPicker</name>
        <full_name>\ZendX_JQuery_View_Helper_ColorPicker::colorPicker()</full_name>
        <docblock line="49">
          <description>Render a Color Picker in an FormText field.</description>
          <long-description></long-description>
          <tag name="link" line="49" description="http://docs.jquery.com/UI/ColorPicker" link="http://docs.jquery.com/UI/ColorPicker"/>
          <tag name="param" line="49" description="" type="string" variable="$id">
            <type>string</type>
          </tag>
          <tag name="param" line="49" description="" type="string" variable="$value">
            <type>string</type>
          </tag>
          <tag name="param" line="49" description="" type="array" variable="$params">
            <type>array</type>
          </tag>
          <tag name="param" line="49" description="" type="array" variable="$attribs">
            <type>array</type>
          </tag>
          <tag name="return" line="49" description="" type="string">
            <type>string</type>
          </tag>
        </docblock>
        <argument line="0" by_reference="false">
          <name>$id</name>
          <default></default>
          <type>string</type>
        </argument>
        <argument line="0" by_reference="false">
          <name>$value</name>
          <default>''</default>
          <type>string</type>
        </argument>
        <argument line="0" by_reference="false">
          <name>$params</name>
          <default>array()</default>
          <type>array</type>
        </argument>
        <argument line="0" by_reference="false">
          <name>$attribs</name>
          <default>array()</default>
          <type>array</type>
        </argument>
      </method>
    </class>
    <source>eJy9VV1v2zYUfY5/xYXnwHJgS1nR7SFdsnT9QF0E7dYk27CiMGjy2mZCkypJWfWK/PddUpQSb0kwYMD0ZN2Pc889h5R/+LFclb3i4KAHB/AHagGvLVtjbew1RULwbPri1bvzV+ntYiUdOFNZjrCQCiG8VvMr5B68Ab9C0FjDT+cvQUmO2iHFmA9l80oLhSKg1NKvKE7BkvFrtiQYHXsjZJqY+y8+D9XT2M6UM8A2TCo2VwHVmmq5il3EVolJLQVOapwDjYvYlx/OjkL/yvvyqCgW7WL5n7Rnzs26SBQLojyZu0htuoCtqUBIAdp4sMhRbhAYcFNuwSziwHY1Rnoxi1DphpMJCGbuGa0j/SMcx1AqZITgguRMA65psdBNIib005Ym6Q01AqeyWB74JT5yvUYhmUe1zZNDp5xel8ZugZ7g6O8x2grdRWdvf6nQbmOSHOzyv0qsGxwaYOVy5QFedD8zPoInh4ffTZ4cfvu0OTAXyFfaKLOUSJqfP4ep5jlkSfW6rju9RxG3FS88/9qaWP0unayzJhfRNmidNDrmB1MxoGDRaw/0qUPc2XYWtpu9QVWinV3K36RYoo8tFj9X0uLMaDrZ/dhTND1F6CmanqLtyena9J91g65iJemkjIWfJb9GG4WEpq21pnIk0V5yYIfLa2PXF/jF/92rx6z6P536r0YVPa6Ycw+bEaVLypEOVPZIcefc195ecGCP2H6gYupluybQRaRr06pL3xdUIg/1sYc21Ne32wnDXX71OYyLq11Oizu0mo6SkQQAzluplzCQ4t7whqkKdzLMWkZXchBf3b0p5ql7nnIWfWV1AgyhoheULas5CQ6LSnMfjj2/5ZcRmXEafTwcjhNumngc37JRF07T2vgowpOe8SKlJBzDIHxKJyez0iIB4fOYqDy6u+PGXceI7kSEkIuMuCvUWVMygpNj+H7UTohTGmYfh3GJ4acwLdY+a2pubqG4qbTPUgNBwWFAgjtPyhHG3VNzdISaG4FvndFdewsPqOhw/5MQYfS/3vRvWXT5q5BzJVniF9lw32X9b/Zdf5THBcrGhX0aMBzvcHvwHLck6Sg3P9+w8B9pyabd5ZK6H4dSDD+N71u8iwUHulxjXnOkJydMiPf6zDCR0SadU+mkpdoN0ZucLNKFedDkRpmb3l/HpY/m</source>
  </file>
  <file path="JQuery/View/Exception.php" generated-path="JQuery.View.Exception.html" hash="ed89cdb1db1975b62616fb62d045d705" package="ZendX_JQuery">
    <docblock line="0">
      <description>Zend Framework</description>
      <long-description>LICENSE

This source file is subject to the new BSD license that is bundled
with this package in the file LICENSE.txt.
It is also available through the world-wide-web at this URL:
http://framework.zend.com/license/new-bsd
If you did not receive a copy of the license and are unable to
obtain it through the world-wide-web, please send an email
to license@zend.com so we can send you a copy immediately.</long-description>
      <tag name="category" line="0" description="ZendX"/>
      <tag name="package" line="0" description="ZendX_JQuery"/>
      <tag name="subpackage" line="0" description="View"/>
      <tag name="copyright" line="0" description="Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)"/>
      <tag name="license" line="0" description="New BSD License" link="http://framework.zend.com/license/new-bsd"/>
      <tag name="version" line="0" description="$Id: Exception.php 11941 2008-10-13 19:41:38Z matthew $"/>
    </docblock>
    <class final="false" abstract="false" namespace="" line="32" package="ZendX_JQuery">
      <extends>\ZendX_JQuery_Exception</extends>
      <name>ZendX_JQuery_View_Exception</name>
      <full_name>\ZendX_JQuery_View_Exception</full_name>
      <docblock line="32">
        <description>jQuery Exception</description>
        <long-description></long-description>
        <tag name="package" line="32" description="ZendX_JQuery"/>
        <tag name="copyright" line="32" description="Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)"/>
        <tag name="license" line="32" description="New BSD License" link="http://framework.zend.com/license/new-bsd"/>
      </docblock>
    </class>
    <source>eJy9U1Fr2zAQfvevOEof2lDbcZtCmw3WrcsgJRS2dGP0JcjyJVYrS54sR8nG/vtOip2uG4zBYH6Kvrv77rvvLi9f1WUdpYNBBAO4R1XAO8MqdNo8EuLB2fR6cjufdK+7UjTQ6NZwhKWQCP7Z5g/ILVgNtkRQ6ODN/C1IwVE1SBizPi1vVSGx8CxO2JJwAmvGH9mKaFSoDZRdx8RubOKzp6GcyUYDWzMhWS49q9HtqgxVpFYWsRMFxg5zoHaB++OH2djXl9bW4zRd9oMlX2nOhOsq7SSmJDnOmyBtuoStbqEQBShtwSBHsUZgwHW9Bb0MDfvRGPnFDEKrdpq0Z9C5ZTSOsH/QeAK1REYMjbecKcCKBvPVZGLHftXLJL/BIXBKC+leX6dHVBUWglmU26Tb0BWn50qbLdDnN/o5oL3Re3Rx875Fsw1B2uA+/kmg2/FQAyNWpQW43v884sdwOhyex6fDbLQ7mDvkpdJSrwSS5/PXMFU8gaPOdefc3u/jwNub57+/Xk3Ivu0ua7aLBbY1mkZoFeKH02IMkw3H2hKU0GVDll2OMq/4Is6GcXYG2eV4lI3PLu6hYpYW4+CQeNIoMvilFQYXWtFpHwSL0p1F6TPKgxdR/395COGnjv0GfvL6N6v/g6v/aKp3g0vWNM/EL/xdLPajAm4sRX/JeQp/g+/RD59RaF4=</source>
  </file>
  <file path="JQuery/Controller/Action/Helper/AutoComplete.php" generated-path="JQuery.Controller.Action.Helper.AutoComplete.html" hash="930a6843d510f1b49602169c8952446e" package="ZendX_JQuery">
    <docblock line="0">
      <description>Zend Framework</description>
      <long-description>LICENSE

This source file is subject to the new BSD license that is bundled
with this package in the file LICENSE.txt.
It is also available through the world-wide-web at this URL:
http://framework.zend.com/license/new-bsd
If you did not receive a copy of the license and are unable to
obtain it through the world-wide-web, please send an email
to license@zend.com so we can send you a copy immediately.</long-description>
      <tag name="category" line="0" description="ZendX"/>
      <tag name="package" line="0" description="ZendX_JQuery"/>
      <tag name="subpackage" line="0" description="View"/>
      <tag name="copyright" line="0" description="Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)"/>
      <tag name="license" line="0" description="New BSD License" link="http://framework.zend.com/license/new-bsd"/>
      <tag name="version" line="0" description="$Id$"/>
    </docblock>
    <class final="false" abstract="false" namespace="" line="25" package="ZendX_JQuery">
      <extends>\Zend_Controller_Action_Helper_AutoComplete_Abstract</extends>
      <name>ZendX_JQuery_Controller_Action_Helper_AutoComplete</name>
      <full_name>\ZendX_JQuery_Controller_Action_Helper_AutoComplete</full_name>
      <docblock line="25">
        <description></description>
        <long-description></long-description>
      </docblock>
      <method final="false" abstract="false" static="false" visibility="public" namespace="" line="34" package="ZendX_JQuery">
        <name>validateData</name>
        <full_name>\ZendX_JQuery_Controller_Action_Helper_AutoComplete::validateData()</full_name>
        <docblock line="34">
          <description>Validate autocompletion data</description>
          <long-description></long-description>
          <tag name="param" line="34" description="" type="mixed" variable="$data">
            <type>mixed</type>
          </tag>
          <tag name="return" line="34" description="" type="boolean">
            <type>boolean</type>
          </tag>
        </docblock>
        <argument line="0" by_reference="false">
          <name>$data</name>
          <default></default>
          <type>mixed</type>
        </argument>
      </method>
      <method final="false" abstract="false" static="false" visibility="public" namespace="" line="50" package="ZendX_JQuery">
        <name>prepareAutoCompletion</name>
        <full_name>\ZendX_JQuery_Controller_Action_Helper_AutoComplete::prepareAutoCompletion()</full_name>
        <docblock line="50">
          <description>Prepare autocompletion data</description>
          <long-description></long-description>
          <tag name="param" line="50" description="" type="mixed" variable="$data">
            <type>mixed</type>
          </tag>
          <tag name="param" line="50" description="" type="boolean" variable="$keepLayouts">
            <type>boolean</type>
          </tag>
          <tag name="return" line="50" description="" type="mixed">
            <type>mixed</type>
          </tag>
        </docblock>
        <argument line="0" by_reference="false">
          <name>$data</name>
          <default></default>
          <type>mixed</type>
        </argument>
        <argument line="0" by_reference="false">
          <name>$keepLayouts</name>
          <default>false</default>
          <type>boolean</type>
        </argument>
      </method>
    </class>
    <source>eJyVVW1v0zAQ/p5fcVSVlk40GRN82djYGEMUTRMwQAghVY5zaUxTOzhOswL775wdp+tCgeEvje/lubvn7tynz8q8DOLd3QB24TPKFF5qtsBG6TlJrPBicnZ+eXXub+9zUUGlas0RMlEg2GudfEVuwCgwOYLEBp5fvYBCcJQVkowZa5bUMi0wtSiNMDnJSVgyPmczgpHO10H6iJG5NpG1njh3VlQK2JKJgiWFRdWqnuXOi7It0nEjUhw3mACFc9gf3l0cWP/cmPIgjrOusOg71RlxtYh9ijGlPE4ql9okg5WqIRUpSGVAI0exRGDAVbkClbmAXWmM+GIaoZZtTsoiqMQwKkeYv+T4EMoCGSFUlnImARdUmPUmEj36SZcm8Q0NAiczZ27z8/mIxQJTwQwWq8h36ITTdab0CujYjn5y0o7otXT6+m2NeuWU1MG1/qPApsWhAFrMcgNwtv4M+Qj29/aejPf3Hj1uB+Y98lyqQs0EEudXpzCRPILQs940zZrvkcPtyLPn3q1x1pd+si5anUNboq6Ekk4/nKRDEsZBoPFbLTROlaQ5Hdg04zMljVZFgTo+5YZc4ldYlPZWG3WmFtQQg/FpUhnNuIloLQaHQcALVlV3CJveAk1boGkLNN0ECvDakFPrej+XaRc7+BHYatxS2rMLH1khUmorMLLnrb0tmmTM23Sm1GgiE2AhrjGF4YYFnGg0tZaQKEXDJ704dr9lnRDjkNXS5QdLH/EF+YcOZeTs2tTsERmED0Q1ZVqzlTcZbejt8QEz2l08XGtugqBnYHTt9V63UfsbjaXdsf8tHXrFe6UvHoZzxPKC0S6Zqk+QA/grPWWb1Eb7SNqS8PAONBy11W9lb2ifqfHxFq77RK756I5dWsQ/Tdf5NcfSfvWc4l53NpZk5w9LsoayG7FzeAfAvm+Ne+//lUe4M5GuTNc3evWrilqUKd1r685o65g4UojK0A3bqL3fWg6J6bI2ZDAY3EoJHRnPW0bh9Ir6AkfHMFz2yRVZSHMs6wVqwcPh/Df2N2NER4QQDb7IwV0ubgCpzf9wnEeDn4Nou/+2utsp2RinfmZ+glJR2T8gbxRuJ9EPt8+nW7eb4BfW22PE</source>
  </file>
  <file path="JQuery/Form/Exception.php" generated-path="JQuery.Form.Exception.html" hash="6832d730c596665538c0db0fc21465a1" package="Default">
    <docblock line="0">
      <description></description>
      <long-description></long-description>
    </docblock>
    <class final="false" abstract="false" namespace="" line="8" package="Default">
      <extends>\ZendX_JQuery_Exception</extends>
      <name>ZendX_JQuery_Form_Exception</name>
      <full_name>\ZendX_JQuery_Form_Exception</full_name>
      <docblock line="8">
        <description>jQuery Exception</description>
        <long-description></long-description>
      </docblock>
    </class>
    <parse_markers>
      <error line="0" code="PPC:ERR-50000">No summary was found for this file</error>
      <error line="8" code="PPC:ERR-50005">No summary for class \ZendX_JQuery_Form_Exception</error>
    </parse_markers>
    <source>eJyzsS/IKODi0tfS4lLQUnAoTk1ViErNS4mI9wosTS2qjHetSE4tKMnMzwNK63MVpRaWZhalxufnJacqKIEV6kMU6sMV6gENVLLm4krOSSwuRjXMLb8oF2GiQmpFCVC2GJeF1VxctQB6bzcV</source>
  </file>
  <file path="JQuery/Form/Element/Spinner.php" generated-path="JQuery.Form.Element.Spinner.html" hash="2ac386a3b0ce4c03909c6e67dcefcdfd" package="ZendX_JQuery">
    <docblock line="0">
      <description>Zend Framework</description>
      <long-description>LICENSE

This source file is subject to the new BSD license that is bundled
with this package in the file LICENSE.txt.
It is also available through the world-wide-web at this URL:
http://framework.zend.com/license/new-bsd
If you did not receive a copy of the license and are unable to
obtain it through the world-wide-web, please send an email
to license@zend.com so we can send you a copy immediately.</long-description>
      <tag name="category" line="0" description="ZendX"/>
      <tag name="package" line="0" description="ZendX_JQuery"/>
      <tag name="subpackage" line="0" description="View"/>
      <tag name="copyright" line="0" description="Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)"/>
      <tag name="license" line="0" description="New BSD License" link="http://framework.zend.com/license/new-bsd"/>
      <tag name="version" line="0" description="$Id$"/>
    </docblock>
    <class final="false" abstract="false" namespace="" line="36" package="ZendX_JQuery\Form">
      <extends>\ZendX_JQuery_Form_Element_UiWidget</extends>
      <name>ZendX_JQuery_Form_Element_Spinner</name>
      <full_name>\ZendX_JQuery_Form_Element_Spinner</full_name>
      <docblock line="36">
        <description>Form Element for jQuery Spinner View Helper</description>
        <long-description></long-description>
        <tag name="package" line="36" description="ZendX_JQuery"/>
        <tag name="subpackage" line="36" description="Form"/>
        <tag name="copyright" line="36" description="Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)"/>
        <tag name="license" line="36" description="New BSD License" link="http://framework.zend.com/license/new-bsd"/>
      </docblock>
      <property static="false" visibility="public" line="38" namespace="" package="ZendX_JQuery\Form">
        <name>$helper</name>
        <default>"spinner"</default>
        <docblock line="38">
          <description></description>
          <long-description></long-description>
        </docblock>
      </property>
    </class>
    <source>eJy9k1Fv0zAQx9/7KU5VH7aKJmViLxuIwuhEUDUJugHiJXKcS+LNsYPtNCuI776zm0TwUiEhkaf6fPe///3Offm6qZpJPJ9PYA7fUOVwbViNnTYPFPHBTXK1vtmu+9NtJSxY3RqOUAiJ4I9tdo/cgdPgKgSFHbzdvgMpOCqLFGPOp2WtyiXmXqUTrqI4BRvGH1hJMirUBsm+Y+QeXeSzk1DOpNXAdkxIlkmvanRbVqGK3Mp80YkcFx1mQO2C9t2nzYWvr5xrLuK4GAaLftCcEdd13FuMyfIis8FaUsBet5CLHJR2YJCj2CEw4LrZgy5Cw2E0RryYQWjVwZP2CjpzjMYR7ojHZ9BIZKRgPXKmAGsazFcTxF59Ndgk3tAhcEoL6d5f70fUNeaCOZT7qN/QitOx1GYP9PmNfg3RAfQYTT98bNHswyVtcLz/LLA76FADI8rKAVyNP0/4KZwtl+eLs+XzF4cHc4u8UlrqUiAx376BRPEITnrqXdeNvE+D7gDPf3+9mpB907+szeEuqO3QWKFVuJ8l+YyC8WR40CuL+Me06bU2dbqWWKNy6Z34IvISXagx+L0VBlOt6GlPh6uI/h7Ty1HQl0NfDoU2cB9kYdsIpdAEePAeZYNmWMdv4I9x98r/C/s/Uve0uGTWHkE7AMFHRznHMscl/Jz4bk2bkQmYVQEivIKpPUjRFn5NngB0KYXx</source>
  </file>
  <file path="JQuery/Form/Element/AutoComplete.php" generated-path="JQuery.Form.Element.AutoComplete.html" hash="4804556ad6d76047d09ebf5bafc6491d" package="ZendX_JQuery">
    <docblock line="0">
      <description>Zend Framework</description>
      <long-description>LICENSE

This source file is subject to the new BSD license that is bundled
with this package in the file LICENSE.txt.
It is also available through the world-wide-web at this URL:
http://framework.zend.com/license/new-bsd
If you did not receive a copy of the license and are unable to
obtain it through the world-wide-web, please send an email
to license@zend.com so we can send you a copy immediately.</long-description>
      <tag name="category" line="0" description="ZendX"/>
      <tag name="package" line="0" description="ZendX_JQuery"/>
      <tag name="subpackage" line="0" description="View"/>
      <tag name="copyright" line="0" description="Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)"/>
      <tag name="license" line="0" description="New BSD License" link="http://framework.zend.com/license/new-bsd"/>
      <tag name="version" line="0" description="$Id$"/>
    </docblock>
    <class final="false" abstract="false" namespace="" line="36" package="ZendX_JQuery\Form">
      <extends>\ZendX_JQuery_Form_Element_UiWidget</extends>
      <name>ZendX_JQuery_Form_Element_AutoComplete</name>
      <full_name>\ZendX_JQuery_Form_Element_AutoComplete</full_name>
      <docblock line="36">
        <description>Form Element for jQuery Autocomplete View Helper</description>
        <long-description></long-description>
        <tag name="package" line="36" description="ZendX_JQuery"/>
        <tag name="subpackage" line="36" description="Form"/>
        <tag name="copyright" line="36" description="Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)"/>
        <tag name="license" line="36" description="New BSD License" link="http://framework.zend.com/license/new-bsd"/>
      </docblock>
      <property static="false" visibility="public" line="38" namespace="" package="ZendX_JQuery\Form">
        <name>$helper</name>
        <default>"autoComplete"</default>
        <docblock line="38">
          <description></description>
          <long-description></long-description>
        </docblock>
      </property>
    </class>
    <source>eJy9k1Fv0zAQx9/7KU5VH7aKJmViLxuIjtKJoGoSdAPES+Q4l8SbYwfHaRYQ331nN4nGS4WERJ7q893//vc79/Xbqqgm4Xw+gTl8R5XCtWEltto8UMQFt9F6c7Pb9KfbQtRQ68ZwhExIBHdsknvkFqwGWyAobOHd7j1IwVHVSDFmXVrSqFRi6lRaYQuKU7Bi/IHlJKN8rZfsOwb20QYuO/LlTNYa2J4JyRLpVI1u8sJXkVuZLlqR4qLFBKid1777vL1w9YW11UUYZsNgwU+aM+C6DHuLIVleJLW3FmXQ6QZSkYLSFgxyFHsEBlxXHejMNxxGY8SLGYRGHTxpp6ATy2gcYY94fAGVREYKtUPOFGBJg7lqgtirrwabxBtaBE5pPt356/2IssRUMIuyC/oNrTgdc206oM9t9JuPDqDHaPzxU4Om85e0wfH+i8D2oEMNjMgLC7Aef57wUzhbLs8XZ8uXrw4P5hZ5obTUuUBivruCSPEATnrqbduOvE+97gDPfX+9Gp9907+s7eHOq+3R1EIrfz+L0hkFw8nwoFc14h/TxtfalPFGYonKxnfiq0hztL7G4I9GGIy1oqc9Ha4C+ntML0dBVw59OWTawL2XhavGanJNS7XoCcIHlBWaYSfP6B+D7+T/F/t/RO+Qccnq+ghfR2U9UMFHS4nH0sd1/Jq4llWTkBOYFZ4kvIEpe6ZHS/k9eQItF4vq</source>
  </file>
  <file path="JQuery/Form/Element/DatePicker.php" generated-path="JQuery.Form.Element.DatePicker.html" hash="8e6bfb6b99a06d4303aa6255b12a9e34" package="ZendX_JQuery">
    <docblock line="0">
      <description>Zend Framework</description>
      <long-description>LICENSE

This source file is subject to the new BSD license that is bundled
with this package in the file LICENSE.txt.
It is also available through the world-wide-web at this URL:
http://framework.zend.com/license/new-bsd
If you did not receive a copy of the license and are unable to
obtain it through the world-wide-web, please send an email
to license@zend.com so we can send you a copy immediately.</long-description>
      <tag name="category" line="0" description="ZendX"/>
      <tag name="package" line="0" description="ZendX_JQuery"/>
      <tag name="subpackage" line="0" description="View"/>
      <tag name="copyright" line="0" description="Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)"/>
      <tag name="license" line="0" description="New BSD License" link="http://framework.zend.com/license/new-bsd"/>
      <tag name="version" line="0" description="$Id$"/>
    </docblock>
    <class final="false" abstract="false" namespace="" line="36" package="ZendX_JQuery\Form">
      <extends>\ZendX_JQuery_Form_Element_UiWidget</extends>
      <name>ZendX_JQuery_Form_Element_DatePicker</name>
      <full_name>\ZendX_JQuery_Form_Element_DatePicker</full_name>
      <docblock line="36">
        <description>Form Element for jQuery DatePicker View Helper</description>
        <long-description></long-description>
        <tag name="package" line="36" description="ZendX_JQuery"/>
        <tag name="subpackage" line="36" description="Form"/>
        <tag name="copyright" line="36" description="Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)"/>
        <tag name="license" line="36" description="New BSD License" link="http://framework.zend.com/license/new-bsd"/>
      </docblock>
      <property static="false" visibility="public" line="38" namespace="" package="ZendX_JQuery\Form">
        <name>$helper</name>
        <default>"datePicker"</default>
        <docblock line="38">
          <description></description>
          <long-description></long-description>
        </docblock>
      </property>
    </class>
    <source>eJy9k1Fv0zAQx9/7KU5VH7ZqTcoELwNEYetEUDUxugHipXLsS+LVsYPjNCuI787ZTaLxUiEhkaf6fPe///3OffWmKqpRPJ2OYArfUAu4tqzE1tgtRXxwlVwub9bL7nRXyBpq01iOkEmF4I9N+oDcgTPgCgSNLbxbX4GSHHWNFGPOp6WNFgqFV2mlKyhOwYrxLctJRofaINl1jNyji3x2EsqZqg2wHZOKpcqrWtPkRagit0rMWilw1mIK1C5o339aXfj6wrnqIo6zfrDoB80ZcVPGncWYLM/SOlhLMtibBoQUoI0DixzlDoEBN9UeTBYa9qMx4sUsQqMPnoxXMKljNI50RzyeQaWQkULtkTMNWNJgvpogduqL3ibxhhaBU1pI9/46P7IsUUjmUO2jbkMLTsfc2D3Q5zf6NUR70EN08+G2QbsPl7TB4f6zxPagQw2szAsHcDn8POGncD6fv5idz589PzyYO+SFNsrkEon5+i0kmkdw0lFv23bgfRp0e3j+++vVhOyb7mWtDndBbYe2lkaH+0kiJhSMR/2DXtSIf0y7uTa23CwVlqjd5l5+kSJHF2osfm+kxY3R9LTH/VVEf4/xy0HQl0NXDpmx8BBk4YqYf5R8izbwg/eoKrT9Rp6wP4bei/8v8v8I3gPjitX1EbpPmOCjo7RjycMqfo58w6pJyQdMisARXsNYDGq0jl+j3zTciOg=</source>
  </file>
  <file path="JQuery/Form/Element/UiWidget.php" generated-path="JQuery.Form.Element.UiWidget.html" hash="9079fad3c5c5bdfc0f9f83e9065d6f20" package="ZendX_JQuery">
    <docblock line="0">
      <description>Zend Framework</description>
      <long-description>LICENSE

This source file is subject to the new BSD license that is bundled
with this package in the file LICENSE.txt.
It is also available through the world-wide-web at this URL:
http://framework.zend.com/license/new-bsd
If you did not receive a copy of the license and are unable to
obtain it through the world-wide-web, please send an email
to license@zend.com so we can send you a copy immediately.</long-description>
      <tag name="category" line="0" description="ZendX"/>
      <tag name="package" line="0" description="ZendX_JQuery"/>
      <tag name="subpackage" line="0" description="View"/>
      <tag name="copyright" line="0" description="Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)"/>
      <tag name="license" line="0" description="New BSD License" link="http://framework.zend.com/license/new-bsd"/>
      <tag name="version" line="0" description="$Id$"/>
    </docblock>
    <class final="false" abstract="false" namespace="" line="33" package="ZendX_JQuery\Form">
      <extends>\Zend_Form_Element</extends>
      <name>ZendX_JQuery_Form_Element_UiWidget</name>
      <full_name>\ZendX_JQuery_Form_Element_UiWidget</full_name>
      <docblock line="33">
        <description>Base Form Element for jQuery View Helpers</description>
        <long-description></long-description>
        <tag name="package" line="33" description="ZendX_JQuery"/>
        <tag name="subpackage" line="33" description="Form"/>
        <tag name="copyright" line="33" description="Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)"/>
        <tag name="license" line="33" description="New BSD License" link="http://framework.zend.com/license/new-bsd"/>
      </docblock>
      <property static="false" visibility="public" line="40" namespace="" package="ZendX_JQuery\Form">
        <name>$jQueryParams</name>
        <default>array()</default>
        <docblock line="40">
          <description>jQuery related parameters of this form element.</description>
          <long-description></long-description>
          <tag name="var" line="40" description="" type="array" variable="">
            <type>array</type>
          </tag>
        </docblock>
      </property>
      <property static="false" visibility="public" line="47" namespace="" package="ZendX_JQuery\Form">
        <name>$options</name>
        <default>array()</default>
        <docblock line="47">
          <description>Just here to prevent errors.</description>
          <long-description></long-description>
          <tag name="var" line="47" description="" type="array" variable="">
            <type>array</type>
          </tag>
        </docblock>
      </property>
      <method final="false" abstract="false" static="false" visibility="public" namespace="" line="56" package="ZendX_JQuery\Form">
        <name>__construct</name>
        <full_name>\ZendX_JQuery_Form_Element_UiWidget::__construct()</full_name>
        <docblock line="56">
          <description>Constructor</description>
          <long-description></long-description>
          <tag name="param" line="56" description="" type="mixed" variable="$spec">
            <type>mixed</type>
          </tag>
          <tag name="param" line="56" description="" type="mixed" variable="$options">
            <type>mixed</type>
          </tag>
          <tag name="return" line="56" description="" type="void">
            <type>void</type>
          </tag>
        </docblock>
        <argument line="0" by_reference="false">
          <name>$spec</name>
          <default></default>
          <type>mixed</type>
        </argument>
        <argument line="0" by_reference="false">
          <name>$options</name>
          <default>null</default>
          <type>mixed</type>
        </argument>
      </method>
      <method final="false" abstract="false" static="false" visibility="public" namespace="" line="68" package="ZendX_JQuery\Form">
        <name>getJQueryParam</name>
        <full_name>\ZendX_JQuery_Form_Element_UiWidget::getJQueryParam()</full_name>
        <docblock line="68">
          <description>Get jQuery related parameter of this form element</description>
          <long-description></long-description>
          <tag name="param" line="68" description="" type="string" variable="$key">
            <type>string</type>
          </tag>
          <tag name="return" line="68" description="" type="string">
            <type>string</type>
          </tag>
        </docblock>
        <argument line="0" by_reference="false">
          <name>$key</name>
          <default></default>
          <type>string</type>
        </argument>
      </method>
      <method final="false" abstract="false" static="false" visibility="public" namespace="" line="79" package="ZendX_JQuery\Form">
        <name>getJQueryParams</name>
        <full_name>\ZendX_JQuery_Form_Element_UiWidget::getJQueryParams()</full_name>
        <docblock line="79">
          <description>Get all currently known jQuery related parameters of this element</description>
          <long-description></long-description>
          <tag name="return" line="79" description="" type="array">
            <type>array</type>
          </tag>
        </docblock>
      </method>
      <method final="false" abstract="false" static="false" visibility="public" namespace="" line="91" package="ZendX_JQuery\Form">
        <name>setJQueryParam</name>
        <full_name>\ZendX_JQuery_Form_Element_UiWidget::setJQueryParam()</full_name>
        <docblock line="91">
          <description>Set a jQuery related parameter of this form element.</description>
          <long-description></long-description>
          <tag name="param" line="91" description="" type="string" variable="$key">
            <type>string</type>
          </tag>
          <tag name="param" line="91" description="" type="string" variable="$value">
            <type>string</type>
          </tag>
          <tag name="return" line="91" description="" type="\ZendX_JQuery_Form_Element_UiWidget">
            <type link="ZendX_JQuery_Form_Element_UiWidget.html">\ZendX_JQuery_Form_Element_UiWidget</type>
          </tag>
        </docblock>
        <argument line="0" by_reference="false">
          <name>$key</name>
          <default></default>
          <type>string</type>
        </argument>
        <argument line="0" by_reference="false">
          <name>$value</name>
          <default></default>
          <type>string</type>
        </argument>
      </method>
      <method final="false" abstract="false" static="false" visibility="public" namespace="" line="104" package="ZendX_JQuery\Form">
        <name>setJQueryParams</name>
        <full_name>\ZendX_JQuery_Form_Element_UiWidget::setJQueryParams()</full_name>
        <docblock line="104">
          <description>Set an array of jQuery related options for this element (merging with old options).</description>
          <long-description></long-description>
          <tag name="param" line="104" description="" type="Array" variable="$params">
            <type>Array</type>
          </tag>
          <tag name="return" line="104" description="" type="\ZendX_JQuery_Form_Element_UiWidget">
            <type link="ZendX_JQuery_Form_Element_UiWidget.html">\ZendX_JQuery_Form_Element_UiWidget</type>
          </tag>
        </docblock>
        <argument line="0" by_reference="false">
          <name>$params</name>
          <default></default>
          <type>Array</type>
        </argument>
      </method>
      <method final="false" abstract="false" static="false" visibility="public" namespace="" line="115" package="ZendX_JQuery\Form">
        <name>loadDefaultDecorators</name>
        <full_name>\ZendX_JQuery_Form_Element_UiWidget::loadDefaultDecorators()</full_name>
        <docblock line="115">
          <description>Load default decorators</description>
          <long-description></long-description>
          <tag name="return" line="115" description="" type="void">
            <type>void</type>
          </tag>
        </docblock>
      </method>
      <method final="false" abstract="false" static="false" visibility="public" namespace="" line="139" package="ZendX_JQuery\Form">
        <name>setView</name>
        <full_name>\ZendX_JQuery_Form_Element_UiWidget::setView()</full_name>
        <docblock line="139">
          <description>Set the view object</description>
          <long-description>Ensures that the view object has the jQuery view helper path set.</long-description>
          <tag name="param" line="139" description="" type="\Zend_View_Interface" variable="$view">
            <type link="Zend_View_Interface.html">\Zend_View_Interface</type>
          </tag>
          <tag name="return" line="139" description="" type="\ZendX_JQuery_Form_Element_UiWidget">
            <type link="ZendX_JQuery_Form_Element_UiWidget.html">\ZendX_JQuery_Form_Element_UiWidget</type>
          </tag>
        </docblock>
        <argument line="0" by_reference="false">
          <name>$view</name>
          <default>null</default>
          <type>\Zend_View_Interface</type>
        </argument>
      </method>
      <method final="false" abstract="false" static="false" visibility="public" namespace="" line="155" package="ZendX_JQuery\Form">
        <name>getDecorators</name>
        <full_name>\ZendX_JQuery_Form_Element_UiWidget::getDecorators()</full_name>
        <docblock line="155">
          <description>Retrieve all decorators</description>
          <long-description></long-description>
          <tag name="throws" line="155" description="" type="\ZendX_JQuery_Form_Exception">
            <type link="ZendX_JQuery_Form_Exception.html">\ZendX_JQuery_Form_Exception</type>
          </tag>
          <tag name="return" line="155" description="" type="array">
            <type>array</type>
          </tag>
        </docblock>
      </method>
    </class>
    <source>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</source>
  </file>
  <file path="JQuery/Form/Element/Slider.php" generated-path="JQuery.Form.Element.Slider.html" hash="645cccf6760c3f7c19269fc8979d02d5" package="ZendX_JQuery">
    <docblock line="0">
      <description>Zend Framework</description>
      <long-description>LICENSE

This source file is subject to the new BSD license that is bundled
with this package in the file LICENSE.txt.
It is also available through the world-wide-web at this URL:
http://framework.zend.com/license/new-bsd
If you did not receive a copy of the license and are unable to
obtain it through the world-wide-web, please send an email
to license@zend.com so we can send you a copy immediately.</long-description>
      <tag name="category" line="0" description="ZendX"/>
      <tag name="package" line="0" description="ZendX_JQuery"/>
      <tag name="subpackage" line="0" description="View"/>
      <tag name="copyright" line="0" description="Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)"/>
      <tag name="license" line="0" description="New BSD License" link="http://framework.zend.com/license/new-bsd"/>
      <tag name="version" line="0" description="$Id$"/>
    </docblock>
    <class final="false" abstract="false" namespace="" line="36" package="ZendX_JQuery\Form">
      <extends>\ZendX_JQuery_Form_Element_UiWidget</extends>
      <name>ZendX_JQuery_Form_Element_Slider</name>
      <full_name>\ZendX_JQuery_Form_Element_Slider</full_name>
      <docblock line="36">
        <description>Form Element for jQuery Slider View Helper</description>
        <long-description></long-description>
        <tag name="package" line="36" description="ZendX_JQuery"/>
        <tag name="subpackage" line="36" description="Form"/>
        <tag name="copyright" line="36" description="Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)"/>
        <tag name="license" line="36" description="New BSD License" link="http://framework.zend.com/license/new-bsd"/>
      </docblock>
      <property static="false" visibility="public" line="38" namespace="" package="ZendX_JQuery\Form">
        <name>$helper</name>
        <default>"slider"</default>
        <docblock line="38">
          <description></description>
          <long-description></long-description>
        </docblock>
      </property>
    </class>
    <source>eJy9k1Fv0zAQx9/zKU5VH7aKJmViLxuIwuhEUDUJugHipXKcS+LNsYPtNCuI776zm0TwUiEhkaf6fPe///3Offm6qZoomc0imME3VDlcG1Zjp80DRXxwnV6tbjar/nRbCQtWt4YjFEIi+GOb3SN34DS4CkFhB28370AKjsoixZjzaVmrcom5V+mEqyhOwYbxB1aSjAq1QbLvGLtHF/vsNJQzaTWwHROSZdKrGt2WVagitzKfdyLHeYcZULugffdpfeHrK+eaiyQphsHiHzRnzHWd9BYTsjzPbLCWFrDXLeQiB6UdGOQodggMuG72oIvQcBiNES9mEFp18KS9gs4co3GEO+LxGTQSGSlYj5wpwJoG89UEsVdfDjaJN3QInNJCuvfX+xF1jblgDuU+7je05HQstdkDfX6jX0N0AD1Gtx8+tmj24ZI2ON5/FtgddKiBEWXlAK7Gnyf8FM4Wi/P52eL5i8ODuUVeKS11KZCYb95AqngMJz31rutG3qdBd4Dnv79eTci+6V/W+nAX1HZorNAq3E/TfErBJBoe9NIi/jHt9lqberuSWKNy2zvxReQlulBj8HsrDG61oqc9Ga5i+ntMLkdBXw59ORTawH2QhY2kxZrADt6jbNAM2/iN+zHsXvh/Uf9H6B4Wl8zaI2R7HvjoKOVY4riCn5Fv1rQZeYBpFRjCK5jYoEQr+BU9AZ8YhH0=</source>
  </file>
  <file path="JQuery/Form/Element/ColorPicker.php" generated-path="JQuery.Form.Element.ColorPicker.html" hash="2ab099e28166f19dbeab54b2d88b9d07" package="ZendX_JQuery">
    <docblock line="0">
      <description>Zend Framework</description>
      <long-description>LICENSE

This source file is subject to the new BSD license that is bundled
with this package in the file LICENSE.txt.
It is also available through the world-wide-web at this URL:
http://framework.zend.com/license/new-bsd
If you did not receive a copy of the license and are unable to
obtain it through the world-wide-web, please send an email
to license@zend.com so we can send you a copy immediately.</long-description>
      <tag name="category" line="0" description="ZendX"/>
      <tag name="package" line="0" description="ZendX_JQuery"/>
      <tag name="subpackage" line="0" description="View"/>
      <tag name="copyright" line="0" description="Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)"/>
      <tag name="license" line="0" description="New BSD License" link="http://framework.zend.com/license/new-bsd"/>
      <tag name="version" line="0" description="$Id$"/>
    </docblock>
    <class final="false" abstract="false" namespace="" line="36" package="ZendX_JQuery\Form">
      <extends>\ZendX_JQuery_Form_Element_UiWidget</extends>
      <name>ZendX_JQuery_Form_Element_ColorPicker</name>
      <full_name>\ZendX_JQuery_Form_Element_ColorPicker</full_name>
      <docblock line="36">
        <description>Form Element for jQuery ColorPicker View Helper</description>
        <long-description></long-description>
        <tag name="package" line="36" description="ZendX_JQuery"/>
        <tag name="subpackage" line="36" description="Form"/>
        <tag name="copyright" line="36" description="Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)"/>
        <tag name="license" line="36" description="New BSD License" link="http://framework.zend.com/license/new-bsd"/>
      </docblock>
      <property static="false" visibility="public" line="38" namespace="" package="ZendX_JQuery\Form">
        <name>$helper</name>
        <default>"colorPicker"</default>
        <docblock line="38">
          <description></description>
          <long-description></long-description>
        </docblock>
      </property>
    </class>
    <source>eJy9k1Fv0zAQx9/7KU5VH7ZqTcoELwNEYXQiqJoY3QDxEjnOJfHq2MFxmgXEd+fsJmG8VEhI5Kk+3/3vf79zX7yqimoSzucTmMNXVClcGVZiq82OIi64iS7X19t1f7otRA21bgxHyIREcMcmuUduwWqwBYLCFt5s34IUHFWNFGPWpSWNSiWmTqUVtqA4BSvGdywnGeVrvWTfMbAPNnDZkS9nstbA9kxIlkinanSTF76K3Mp00YoUFy0mQO289t3HzYWrL6ytLsIwGwYLvtOcAddl2FsMyfIiqb21KINON5CKFJS2YJCj2CMw4LrqQGe+4TAaI17MIDTq4Ek7BZ1YRuMIe8TjGVQSGSnUDjlTgCUN5qoJYq++GmwSb2gROKX5dOev9yPKElPBLMou6De04nTMtemAPrfRLz46gB6j8fubBk3nL2mD4/0nge1BhxoYkRcW4HL8ecJP4Xy5fLY4Xz55engwt8gLpaXOBRLz7WuIFA/gpKfetu3I+9TrDvDc99er8dnX/cvaHO682h5NLbTy97MonVEwnAwPelUj/jFtfKVNGa8llqhsfCc+izRH62sMfmuEwVgretrT4Sqgv8f0+SjoyqEvh0wbuPeyBEhq80HwHRoPEN6hrNAMK3kE/xh7p/6/0P8jeUeMS1bXR/A+hoIPlvKOZY/L+DFxHasmISMwKzxIeAlT/luONvJz8gsjH4pr</source>
  </file>
  <file path="JQuery/Form/Decorator/TabPane.php" generated-path="JQuery.Form.Decorator.TabPane.html" hash="0faa2d96255b3f82aa8e9b8bd8e246df" package="ZendX_JQuery">
    <docblock line="0">
      <description>Zend Framework</description>
      <long-description>LICENSE

This source file is subject to the new BSD license that is bundled
with this package in the file LICENSE.txt.
It is also available through the world-wide-web at this URL:
http://framework.zend.com/license/new-bsd
If you did not receive a copy of the license and are unable to
obtain it through the world-wide-web, please send an email
to license@zend.com so we can send you a copy immediately.</long-description>
      <tag name="category" line="0" description="ZendX"/>
      <tag name="package" line="0" description="ZendX_JQuery"/>
      <tag name="subpackage" line="0" description="View"/>
      <tag name="copyright" line="0" description="Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)"/>
      <tag name="license" line="0" description="New BSD License" link="http://framework.zend.com/license/new-bsd"/>
      <tag name="version" line="0" description="$Id$"/>
    </docblock>
    <class final="false" abstract="false" namespace="" line="36" package="ZendX_JQuery\Form">
      <extends>\ZendX_JQuery_Form_Decorator_UiWidgetPane</extends>
      <name>ZendX_JQuery_Form_Decorator_TabPane</name>
      <full_name>\ZendX_JQuery_Form_Decorator_TabPane</full_name>
      <docblock line="36">
        <description>Form Decorator for jQuery Tab Pane View Helper</description>
        <long-description></long-description>
        <tag name="package" line="36" description="ZendX_JQuery"/>
        <tag name="subpackage" line="36" description="Form"/>
        <tag name="copyright" line="36" description="Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)"/>
        <tag name="license" line="36" description="New BSD License" link="http://framework.zend.com/license/new-bsd"/>
      </docblock>
      <property static="false" visibility="protected" line="38" namespace="" package="ZendX_JQuery\Form">
        <name>$_helper</name>
        <default>"tabPane"</default>
        <docblock line="38">
          <description></description>
          <long-description></long-description>
        </docblock>
      </property>
    </class>
    <source>eJy9VFFv0zAQfs+vOFV92Ko1KRO8DBCFbhNF1cRoB4iXyLGviTfHDo7TrCD+O2c3iYCHCgkJS5Hi8913332fkxevqqKKkskkggl8QS3g2rISW2MfKOKDq+Xi6mZ91e02hayhNo3lCFupEPy2ye6RO3AGXIGgsYU360tQkqOukWLM+bSs0UKh8CitdAXFKVgx/sBygtGhNkB2HWP36GKfvQzlTNUG2I5JxTLlUa1p8iJUEVslpq0UOG0xA2oXsO8+rC58feFcdZEk236w+BvNGXNTJh3FhChPszpQW25hbxoQUoA2DixylDsEBtxUezDb0LAfjZFezCI0+sDJeASTOUbjSHeE4xlUChkh1F5ypgFLGsxXk4gd+rynSXpDi8ApLaR7fh0fWZYoJHOo9nHn0JzTNjd2D7S8o59DtBd6iKbvbhu0+3BIDg7nHyW2BxxqYGVeOIDF8HrCT+F8Nns2PZ89eXq4MBvkhTbK5BJJ8/VrWGoew0mnetu2g96nAbcXz6+/tiZk33Q3a3U4C2g7tLU0OpyPl2JMwSTqL/S8Rvxt2vTa2DK9RG4sc8amd/KTFDm6hdHeNLSh3OLXRlpMjaZbPupz3jONMX0to+cDvkeDAQ229NyHPrBhGfiCICe8RVUF7D+tOOaEB/9fRvyrD0nEFavro1qTJEERfHSUdTz3V82j75FvWlnj6C+DAsZpEfSElzByB1Dy5Ef0E+h3kN4=</source>
  </file>
  <file path="JQuery/Form/Decorator/TabContainer.php" generated-path="JQuery.Form.Decorator.TabContainer.html" hash="3a32f84d02b5baa465dc0b870ddb048e" package="ZendX_JQuery">
    <docblock line="0">
      <description>Zend Framework</description>
      <long-description>LICENSE

This source file is subject to the new BSD license that is bundled
with this package in the file LICENSE.txt.
It is also available through the world-wide-web at this URL:
http://framework.zend.com/license/new-bsd
If you did not receive a copy of the license and are unable to
obtain it through the world-wide-web, please send an email
to license@zend.com so we can send you a copy immediately.</long-description>
      <tag name="category" line="0" description="ZendX"/>
      <tag name="package" line="0" description="ZendX_JQuery"/>
      <tag name="subpackage" line="0" description="View"/>
      <tag name="copyright" line="0" description="Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)"/>
      <tag name="license" line="0" description="New BSD License" link="http://framework.zend.com/license/new-bsd"/>
      <tag name="version" line="0" description="$Id$"/>
    </docblock>
    <class final="false" abstract="false" namespace="" line="36" package="ZendX_JQuery\Form">
      <extends>\ZendX_JQuery_Form_Decorator_UiWidgetContainer</extends>
      <name>ZendX_JQuery_Form_Decorator_TabContainer</name>
      <full_name>\ZendX_JQuery_Form_Decorator_TabContainer</full_name>
      <docblock line="36">
        <description>Form Decorator for jQuery Tabs View Helper</description>
        <long-description></long-description>
        <tag name="package" line="36" description="ZendX_JQuery"/>
        <tag name="subpackage" line="36" description="Form"/>
        <tag name="copyright" line="36" description="Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)"/>
        <tag name="license" line="36" description="New BSD License" link="http://framework.zend.com/license/new-bsd"/>
      </docblock>
      <property static="false" visibility="protected" line="38" namespace="" package="ZendX_JQuery\Form">
        <name>$_helper</name>
        <default>"tabContainer"</default>
        <docblock line="38">
          <description></description>
          <long-description></long-description>
        </docblock>
      </property>
    </class>
    <source>eJy9VFFv0zAQfs+vOFV92CqalIm9DBCFbhNF1SRoB4iXyLGviTfHDo7TrCD+O2c3iYBJFRISliLF57vvvvs+Jy9eVUUVJZNJBBP4glrAtWUltsbeU8QHV8vF1c36qtttCllDbRrLEbZSIfhtk90hd+AMuAJBYwtv1pegJEddI8WY82lZo4VC4VFa6QqKU7Bi/J7lBKNDbYDsOsbuwcU+exnKmaoNsB2TimXKo1rT5EWoIrZKTFspcNpiBtQuYN9+WF34+sK56iJJtv1g8TeaM+amTDqKCVGeZnWgttzC3jQgpABtHFjkKHcIDLip9mC2oWE/GiO9mEVo9IGT8Qgmc4zGke4IxydQKWSEUHvJmQYsaTBfTSJ26POeJukNLQKntJDu+XV8ZFmikMyh2sedQ3NO29zYPdDyjn4O0V7oIZq+e9+g3YdDcnA4/yixPeBQAyvzwgEshtcTfgpns9n59Gz29NnhwmyQF9ook0skzdevYal5DCed6m3bDnqfBtxePL/+2pqQfdPdrNXhLKDt0NbS6HA+XooxBZOov9DzGvG3adNrY8v0ErmxzBmb3spPUuToFkZ709CGcotfG2kxNZpu+ehRTkyfzOj50MRDwgAJW3ruQjPYsKwOesJbVFUA/9OLY1Z44P/lxL8akURcsbo+KjbJMWgI+OAo9XjBY3e+R759ZY2jHw4KGKdFUBZewsj9Ak/2/Ih+AnIqmCk=</source>
  </file>
  <file path="JQuery/Form/Decorator/AccordionContainer.php" generated-path="JQuery.Form.Decorator.AccordionContainer.html" hash="19cf946fb3be903c964fa266f3e14e50" package="ZendX_JQuery">
    <docblock line="0">
      <description>Zend Framework</description>
      <long-description>LICENSE

This source file is subject to the new BSD license that is bundled
with this package in the file LICENSE.txt.
It is also available through the world-wide-web at this URL:
http://framework.zend.com/license/new-bsd
If you did not receive a copy of the license and are unable to
obtain it through the world-wide-web, please send an email
to license@zend.com so we can send you a copy immediately.</long-description>
      <tag name="category" line="0" description="ZendX"/>
      <tag name="package" line="0" description="ZendX_JQuery"/>
      <tag name="subpackage" line="0" description="View"/>
      <tag name="copyright" line="0" description="Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)"/>
      <tag name="license" line="0" description="New BSD License" link="http://framework.zend.com/license/new-bsd"/>
      <tag name="version" line="0" description="$Id$"/>
    </docblock>
    <class final="false" abstract="false" namespace="" line="36" package="ZendX_JQuery\Form">
      <extends>\ZendX_JQuery_Form_Decorator_UiWidgetContainer</extends>
      <name>ZendX_JQuery_Form_Decorator_AccordionContainer</name>
      <full_name>\ZendX_JQuery_Form_Decorator_AccordionContainer</full_name>
      <docblock line="36">
        <description>Form Decorator for jQuery Accordion View Helper</description>
        <long-description></long-description>
        <tag name="package" line="36" description="ZendX_JQuery"/>
        <tag name="subpackage" line="36" description="Form"/>
        <tag name="copyright" line="36" description="Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)"/>
        <tag name="license" line="36" description="New BSD License" link="http://framework.zend.com/license/new-bsd"/>
      </docblock>
      <property static="false" visibility="protected" line="38" namespace="" package="ZendX_JQuery\Form">
        <name>$_helper</name>
        <default>"accordionContainer"</default>
        <docblock line="38">
          <description></description>
          <long-description></long-description>
        </docblock>
      </property>
    </class>
    <source>eJy9VFFr2zAQfvevOEIe2rDYWVlfuo2lS1uWEQpb2m3sxcjSxVYrS54sx83G/vtOim3YAmEwmMBgne6+++77ZL96UxVVlEwmEUzgK2oBN5aV2Br7SBEfXC0X17fr6253V8gaatNYjrCRCsFvm+wBuQNnwBUIGlt4u74CJTnqGinGnE/LGi0UCo/SSldQnIIV448sJxgdagNk1zF2Ty722ctQzlRtgG2ZVCxTHtWaJi9CFbFVYtpKgdMWM6B2Afv+4+rC1xfOVRdJsukHi7/TnDE3ZdJRTIjyNKsDteUGdqYBIQVo48AiR7lFYMBNtQOzCQ370RjpxSxCo/ecjEcwmWM0jnRHOD6DSiEjhNpLzjRgSYP5ahKxQ5/3NElvaBE4pYV0z6/jI8sShWQO1S7uHJpz2ubG7oCWd/RLiPZCD9H0/YcG7S4ckoPD+SeJ7R6HGliZFw5gMbye8FM4m83Op2ez5y/2F+YOeaGNMrlE0nx9CUvNYzjpVG/bdtD7NOD24vn119aE7NvuZq32ZwFti7aWRofz8VKMKZhE/YWe14i/TZveGFumV8iNZc7Y9F5+liJHtzDam4Y2lFv81kiLqdF0y0cHOTF9MqOXQxMPCQMkbOh5CM3gklNQeHZeVHiHqgod/jTkmB8e/X/Z8a9uJBFXrK6PKj5oMsgJ+OSo4HjZoVE/Ik+issbRvwcFjNMi6AuvYcQOmpBfP6NfgBKfJw==</source>
  </file>
  <file path="JQuery/Form/Decorator/UiWidgetContainer.php" generated-path="JQuery.Form.Decorator.UiWidgetContainer.html" hash="c29e97e1a62263e3437b62ddf1e59dbc" package="ZendX_JQuery">
    <docblock line="0">
      <description>Zend Framework</description>
      <long-description>LICENSE

This source file is subject to the new BSD license that is bundled
with this package in the file LICENSE.txt.
It is also available through the world-wide-web at this URL:
http://framework.zend.com/license/new-bsd
If you did not receive a copy of the license and are unable to
obtain it through the world-wide-web, please send an email
to license@zend.com so we can send you a copy immediately.</long-description>
      <tag name="category" line="0" description="ZendX"/>
      <tag name="package" line="0" description="ZendX_JQuery"/>
      <tag name="subpackage" line="0" description="View"/>
      <tag name="copyright" line="0" description="Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)"/>
      <tag name="license" line="0" description="New BSD License" link="http://framework.zend.com/license/new-bsd"/>
      <tag name="version" line="0" description="$Id$"/>
    </docblock>
    <class final="false" abstract="true" namespace="" line="33" package="ZendX_JQuery\Form">
      <extends>\Zend_Form_Decorator_Abstract</extends>
      <name>ZendX_JQuery_Form_Decorator_UiWidgetContainer</name>
      <full_name>\ZendX_JQuery_Form_Decorator_UiWidgetContainer</full_name>
      <docblock line="33">
        <description>Abstract Form Decorator for all jQuery UI Widget Containers</description>
        <long-description></long-description>
        <tag name="package" line="33" description="ZendX_JQuery"/>
        <tag name="subpackage" line="33" description="Form"/>
        <tag name="copyright" line="33" description="Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)"/>
        <tag name="license" line="33" description="New BSD License" link="http://framework.zend.com/license/new-bsd"/>
      </docblock>
      <property static="false" visibility="protected" line="39" namespace="" package="ZendX_JQuery\Form">
        <name>$_helper</name>
        <default></default>
        <docblock line="39">
          <description>View helper</description>
          <long-description></long-description>
          <tag name="var" line="39" description="" type="string" variable="">
            <type>string</type>
          </tag>
        </docblock>
      </property>
      <property static="false" visibility="protected" line="45" namespace="" package="ZendX_JQuery\Form">
        <name>$_attribs</name>
        <default></default>
        <docblock line="45">
          <description>Element attributes</description>
          <long-description></long-description>
          <tag name="var" line="45" description="" type="array" variable="">
            <type>array</type>
          </tag>
        </docblock>
      </property>
      <property static="false" visibility="protected" line="51" namespace="" package="ZendX_JQuery\Form">
        <name>$_jQueryParams</name>
        <default></default>
        <docblock line="51">
          <description>jQuery option parameters</description>
          <long-description></long-description>
          <tag name="var" line="51" description="" type="array" variable="">
            <type>array</type>
          </tag>
        </docblock>
      </property>
      <method final="false" abstract="false" static="false" visibility="public" namespace="" line="58" package="ZendX_JQuery\Form">
        <name>getHelper</name>
        <full_name>\ZendX_JQuery_Form_Decorator_UiWidgetContainer::getHelper()</full_name>
        <docblock line="58">
          <description>Get view helper for rendering container</description>
          <long-description></long-description>
          <tag name="return" line="58" description="" type="string">
            <type>string</type>
          </tag>
        </docblock>
      </method>
      <method final="false" abstract="false" static="false" visibility="public" namespace="" line="72" package="ZendX_JQuery\Form">
        <name>getAttribs</name>
        <full_name>\ZendX_JQuery_Form_Decorator_UiWidgetContainer::getAttribs()</full_name>
        <docblock line="72">
          <description>Get element attributes</description>
          <long-description></long-description>
          <tag name="return" line="72" description="" type="array">
            <type>array</type>
          </tag>
        </docblock>
      </method>
      <method final="false" abstract="false" static="false" visibility="public" namespace="" line="90" package="ZendX_JQuery\Form">
        <name>getJQueryParams</name>
        <full_name>\ZendX_JQuery_Form_Decorator_UiWidgetContainer::getJQueryParams()</full_name>
        <docblock line="90">
          <description>Get jQuery option parameters</description>
          <long-description></long-description>
          <tag name="return" line="90" description="" type="array">
            <type>array</type>
          </tag>
        </docblock>
      </method>
      <method final="false" abstract="false" static="false" visibility="public" namespace="" line="122" package="ZendX_JQuery\Form">
        <name>render</name>
        <full_name>\ZendX_JQuery_Form_Decorator_UiWidgetContainer::render()</full_name>
        <docblock line="122">
          <description>Render an jQuery UI Widget element using its associated view helper</description>
          <long-description>Determine view helper from 'helper' option, or, if none set, from
the element type. Then call as
helper($element-&gt;getName(), $element-&gt;getValue(), $element-&gt;getAttribs())</long-description>
          <tag name="param" line="122" description="" type="string" variable="$content">
            <type>string</type>
          </tag>
          <tag name="return" line="122" description="" type="string">
            <type>string</type>
          </tag>
          <tag name="throws" line="122" description="if element or view are not registered" type="\Zend_Form_Decorator_Exception">
            <type link="Zend_Form_Decorator_Exception.html">\Zend_Form_Decorator_Exception</type>
          </tag>
        </docblock>
        <argument line="0" by_reference="false">
          <name>$content</name>
          <default></default>
          <type>string</type>
        </argument>
      </method>
    </class>
    <source>eJy9V21v4zYM/p5fQRwCxCmapDtsX9r11u6a23Ioel17vQ0bhkCxmUStY3mynDQb+t9HyrLjt77cCkxA0ZgmH5IPKUr+/od4GXdGe3sd2IPfMQrggxYr3Ch9RxIWnk/ejy+ux+7p81ImkKhU+whzGSLwYzq7Rd+AUWCWCBFu4MfrMwilj1GCJBOG1WZpFIQYMMpGmiXJSRgL/04sCCaythbSeRyaezNk7Yk1F2GiQKyFDMUsZFSt0sXSWlG0YTDYyAAHG5wBubPYN1fnh2y/NCY+HI3meWLDvynPoa9WIxfiiEIezBIb2mQOW5VCIAOIlAGNPso1ggBfxVtQc+swT00QX0IjpFEWk2IENTOC0pHmiRj3IQ5REELClIsIcEWJsTWR6NBP8jCJb9gg+KRm1Tk+F49crTCQwmC4HboKnfj0uFB6C7S4or9ZaU50IZ1+/CVFvbUvqYLF+y8SNxkOOdBysTQA74ufnt+HtwcH3w3eHnzzbdYwn9FfRipUC4nE+fUpTCJ/CJ5jfbPZFHz3LW5OHq8Xl8ZqX7jOOs/eWbQ16kSqyL7vToIuCUedjsa/UqlxqiLq0zcc5uiD0qvRGfpKC6P06HSWGC18M6T+f3PUybdALgZWh0Id5vQnwhBuLWlwM4FfZbBAQ9REXG6KIue/xPRTRLOD/4vn19I86oicFz8USVJJbMqZTAuqpjcyo6ZgBvDekH5mVdfOCe/802Hftgy89mwjwhLDGHUuOlkLDaQvo4UTjez/WCtDEwgD6E4zC6poDW4c4gojQ9OB7GepwaSCKrQW20dBM6Okier6QcWGmzAWzLCxzfBi7Azikk1bHPxEPbbeMWEbUROPyCTQEHAcO/XCrUaT6qiVq3RGRYd5Gvk2ZqrUzxba69v3WR14yTl4UUpNf3x8DF0eqYN3jt5+SY1XZb/12vbb+N5HSxJvuN5RxZrn5MaeG20dUlh6vQtV4SKJ0ZdzSSzOFZzJW1nquSC37/V3zh46u4AtP9WsMsWH1hrgY+1Tp7yl2E3GT7N+ehnlrvnqnHedHApNAnZd7vXtU+Gmyjd7sWFO73A7xXuZmMTrlfuwt1/A9+t+re/C4ceSVd0Pr5QmiPFysD+qXv6sGTxUE6zmz3kW+/DZilY020v6zN79T4Wt0vGS6pYJaZS4RYdosJE0i+p9TUe0VfX1ffFE0I+1QLNlHmo90Ugzq1g1zU+Z7DWJOdivTSwDXqFeoNemskN+pvtrfjSu1Bo/udFXsWwxrJPWQl9th1TPnZJuaZtc2ZOGL6iNi08+ENOEDyJp6IaeJMrny2hQntK13XTGW2xFI7p6qmm65vayh57bkfug9D6XLlIRX5TNvlXLgfhSncdgtjEO6dsEI7ol0/4SxfmbQXpdp2lb5YL2udenspSFX0SYNqW77VIfCnZcgDtgocsHMRk9ef7CiT3o2u9BxSnHGed50VlvWeJvjOxrZEGti5q/oixk+xzK7gdeHlR9DOUZto+JXWt1rW9axzWqSFzWq441NmpeD7LOcwEdtXVnNw6F34zrMpdWIkuQ+eeLeVn3Opey7k65PoiePbuKOQou++aUKeO7Hm4o59eqErAMdqTUWJ0EXh+G0BsUd7pe2YkR2Vxnegfvunlfy2C/mmBpQJfME/ri9pfg7Uiul8jPvkbD+eHh5dX4cnxxdtiYMcUA4ViG5SoMS7V9DPb08mlUB9AAZm/1A/+h89D5F7JY7tk=</source>
  </file>
  <file path="JQuery/Form/Decorator/UiWidgetPane.php" generated-path="JQuery.Form.Decorator.UiWidgetPane.html" hash="e35f88548d5d593898bbc3c92ad1476c" package="ZendX_JQuery">
    <docblock line="0">
      <description>Zend Framework</description>
      <long-description>LICENSE

This source file is subject to the new BSD license that is bundled
with this package in the file LICENSE.txt.
It is also available through the world-wide-web at this URL:
http://framework.zend.com/license/new-bsd
If you did not receive a copy of the license and are unable to
obtain it through the world-wide-web, please send an email
to license@zend.com so we can send you a copy immediately.</long-description>
      <tag name="category" line="0" description="ZendX"/>
      <tag name="package" line="0" description="ZendX_JQuery"/>
      <tag name="subpackage" line="0" description="View"/>
      <tag name="copyright" line="0" description="Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)"/>
      <tag name="license" line="0" description="New BSD License" link="http://framework.zend.com/license/new-bsd"/>
      <tag name="version" line="0" description="$Id$"/>
    </docblock>
    <class final="false" abstract="true" namespace="" line="33" package="ZendX_JQuery\Form">
      <extends>\Zend_Form_Decorator_Abstract</extends>
      <name>ZendX_JQuery_Form_Decorator_UiWidgetPane</name>
      <full_name>\ZendX_JQuery_Form_Decorator_UiWidgetPane</full_name>
      <docblock line="33">
        <description>Abstract Form Decorator for all jQuery UI Pane View Helpers</description>
        <long-description></long-description>
        <tag name="package" line="33" description="ZendX_JQuery"/>
        <tag name="subpackage" line="33" description="Form"/>
        <tag name="copyright" line="33" description="Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)"/>
        <tag name="license" line="33" description="New BSD License" link="http://framework.zend.com/license/new-bsd"/>
      </docblock>
      <property static="false" visibility="protected" line="39" namespace="" package="ZendX_JQuery\Form">
        <name>$_helper</name>
        <default></default>
        <docblock line="39">
          <description>View helper</description>
          <long-description></long-description>
          <tag name="var" line="39" description="" type="string" variable="">
            <type>string</type>
          </tag>
        </docblock>
      </property>
      <property static="false" visibility="protected" line="45" namespace="" package="ZendX_JQuery\Form">
        <name>$_attribs</name>
        <default></default>
        <docblock line="45">
          <description>Element attributes</description>
          <long-description></long-description>
          <tag name="var" line="45" description="" type="array" variable="">
            <type>array</type>
          </tag>
        </docblock>
      </property>
      <property static="false" visibility="protected" line="51" namespace="" package="ZendX_JQuery\Form">
        <name>$_jQueryParams</name>
        <default></default>
        <docblock line="51">
          <description>jQuery option parameters</description>
          <long-description></long-description>
          <tag name="var" line="51" description="" type="array" variable="">
            <type>array</type>
          </tag>
        </docblock>
      </property>
      <property static="false" visibility="protected" line="57" namespace="" package="ZendX_JQuery\Form">
        <name>$_title</name>
        <default></default>
        <docblock line="57">
          <description>Container title</description>
          <long-description></long-description>
          <tag name="var" line="57" description="" type="string" variable="">
            <type>string</type>
          </tag>
        </docblock>
      </property>
      <method final="false" abstract="false" static="false" visibility="public" namespace="" line="64" package="ZendX_JQuery\Form">
        <name>getHelper</name>
        <full_name>\ZendX_JQuery_Form_Decorator_UiWidgetPane::getHelper()</full_name>
        <docblock line="64">
          <description>Get view helper for rendering container</description>
          <long-description></long-description>
          <tag name="return" line="64" description="" type="string">
            <type>string</type>
          </tag>
        </docblock>
      </method>
      <method final="false" abstract="false" static="false" visibility="public" namespace="" line="78" package="ZendX_JQuery\Form">
        <name>getAttribs</name>
        <full_name>\ZendX_JQuery_Form_Decorator_UiWidgetPane::getAttribs()</full_name>
        <docblock line="78">
          <description>Get element attributes</description>
          <long-description></long-description>
          <tag name="return" line="78" description="" type="array">
            <type>array</type>
          </tag>
        </docblock>
      </method>
      <method final="false" abstract="false" static="false" visibility="public" namespace="" line="96" package="ZendX_JQuery\Form">
        <name>getJQueryParams</name>
        <full_name>\ZendX_JQuery_Form_Decorator_UiWidgetPane::getJQueryParams()</full_name>
        <docblock line="96">
          <description>Get jQuery option parameters</description>
          <long-description></long-description>
          <tag name="return" line="96" description="" type="array">
            <type>array</type>
          </tag>
        </docblock>
      </method>
      <method final="false" abstract="false" static="false" visibility="public" namespace="" line="129" package="ZendX_JQuery\Form">
        <name>render</name>
        <full_name>\ZendX_JQuery_Form_Decorator_UiWidgetPane::render()</full_name>
        <docblock line="129">
          <description>Render an jQuery UI Widget Pane using its associated view helper</description>
          <long-description></long-description>
          <tag name="throws" line="129" description="" type="\Zend_Form_Decorator_Exception">
            <type link="Zend_Form_Decorator_Exception.html">\Zend_Form_Decorator_Exception</type>
          </tag>
          <tag name="throws" line="129" description="if element or view are not registered" type="\Zend_Form_Decorator_Exception">
            <type link="Zend_Form_Decorator_Exception.html">\Zend_Form_Decorator_Exception</type>
          </tag>
          <tag name="param" line="129" description="" type="string" variable="$content">
            <type>string</type>
          </tag>
          <tag name="return" line="129" description="" type="string">
            <type>string</type>
          </tag>
        </docblock>
        <argument line="0" by_reference="false">
          <name>$content</name>
          <default></default>
          <type>string</type>
        </argument>
      </method>
    </class>
    <source>eJzVV21v2zYQ/u5fcQ2MWg5iqyu2L83StWvTzUXQdk27DSsKg5bONltZ1Cgqjjfkv++OpGRJlpM0ewEmIIhF3etzx4fHb7/LllkvPDzswSH8hmkML7RY4Vrpz7TCi2eTZ6evzk/927ulzCFXhY4Q5jJB4Ndi9gkjA0aBWSKkuIbvz59DIiNMc6Q1YVhsVqRxgjFbWUuzpHVazET0WSzITGp1rUnvcWwuzZilJ1ZdJLkCcSFkImYJW9WqWCytFkWbxKO1jHG0xhmQO2v7/duzR6y/NCZ7FIbzMrHxH5TnOFKr0IcYUsijWW5Dm8xhowqIZQypMqAxQnmBICBS2QbU3DosUxOEl9AIRepiUmxBzYygdKS5JsYjyBIUZCFnyEUKuKLEWJtA9NaflGES3rBGiEjMinN8Ph65WmEshcFkM/YVehLR60LpDdDDFf3VrpZAV6vTlz8VqDf2I1Ww+v6zxLWzQw60XCwNwLPqZxAN4eGDB9+MHj746mvXMO8wWqYqUQuJhPn5U5ik0RgCj/p6va7wHlq7JXj83Lo0VvqV76wz981au0CdS5Xa7/1J3KfFsNfT+HshNU5VSn16wGGGL5Rehc8xUloYpcOns9xoEZkx9f/Bca/cAuUysDhU4jCnP5Ek8MmCBu8n8EakaMGCHzHJKIoS/xrS1wHNDv4rnP8uzGFPlLhEicjzRmJTzmRaQTV9L3+R8QKNBQgvDYk6hbZgiXXvzx67tRXg59DBurSwlktPLoQGkpfpwi+F9n+mlSHywRj6U6dBxWyZO01whakhYiD9WWEwb1gVWovNXqNOKd+16ltBZYb7LxMMrrF9cGvbzsQbVu1w8EylzCSowUiT4JcgYRV2Lf6ABi622Nqu1lQZZGPEKN6fF68cajSFTjt9FjPqIJgXaWRRoLK73RAM7XdXWX7kHIK0oB10cnICfebn0WNfsGFNjJ/G5h10bd7Tywgt7Lx7B8cNbSbdtT2Eunqu0gwGr1QDizzDSM4lwTdXUPbwtgRxaWIw3Pq76m1jthA1E3OCV51lwH092Ua9o4N2QX/qmvR2qPuObsPe9+tQSZJhv3WCoX2r3DQhZy82zOln3EzxUuYmDwb15h4cVeaHbb/Wd+XwZU2r7YefghjJBKWxD00vH1sKV80Em/lzntXmvrGiDcnukt5ACHcqbBOO21S3Dsg/V+Iu62TF5vCvtUPb276qt4vejNzVo5nza7d2t8i9wS+J3BldoV5g0CWytXpDR9d8aFypC3zt2ayhtXcb1LAJQzhN84KmV5otl8LOuPbYcJ3baLJ7u6BYUUajq+2uZfTOcazB6Ad3Y/SDxuRRSeQuOxqsfZa1UMHnwV/dQTh2VxyHBI/cM0Seu/ngFPy/tiNLFIag3PWFkGNO99w+PmgcFfuYpTkE1GRr9PLWxsYXhe0A6nJ1c2iR8wEuDV2T8lxFfCOI66dbm4IspN1TWYVnJWz7AfzxD30eEyi7a6eD23ng3irPQZpEbLx8nXIXrwU1Gmq+MFqT3RTpihaUQbUZsl+a7yS8bXX61jc9J5WKFeVBtC7XZFxW2m11V1wfUGcD9Nu8duPpVxG3i7GDTurUfdTFdMPjXi2NQOb2HK1H8sG388ch3L8P93CVmc0+iXbaFTD3CBiKSYs0T+zNqYXou+oLhdTJoJ0OLUqV6uhx+Rv3BXgLBtyHQjUHT+KOTPsy5mCuURkfjKr3GpVdUa/Tdex/w4z1nI5YKFPSDqxMdVKXZFeJeeasqZHZfIc/XZcGAxl/KW/2/aRe3zDlbeN4l155d44ee6WAynZU7cqjZv1q00hJwFe9vwAR2MpN</source>
  </file>
  <file path="JQuery/Form/Decorator/DialogContainer.php" generated-path="JQuery.Form.Decorator.DialogContainer.html" hash="3bbe05ffbcba4914202e2cfa428c95a6" package="ZendX_JQuery">
    <docblock line="0">
      <description>Zend Framework</description>
      <long-description>LICENSE

This source file is subject to the new BSD license that is bundled
with this package in the file LICENSE.txt.
It is also available through the world-wide-web at this URL:
http://framework.zend.com/license/new-bsd
If you did not receive a copy of the license and are unable to
obtain it through the world-wide-web, please send an email
to license@zend.com so we can send you a copy immediately.</long-description>
      <tag name="category" line="0" description="ZendX"/>
      <tag name="package" line="0" description="ZendX_JQuery"/>
      <tag name="subpackage" line="0" description="View"/>
      <tag name="copyright" line="0" description="Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)"/>
      <tag name="license" line="0" description="New BSD License" link="http://framework.zend.com/license/new-bsd"/>
      <tag name="version" line="0" description="$Id$"/>
    </docblock>
    <class final="false" abstract="false" namespace="" line="36" package="ZendX_JQuery\Form">
      <extends>\ZendX_JQuery_Form_Decorator_UiWidgetContainer</extends>
      <name>ZendX_JQuery_Form_Decorator_DialogContainer</name>
      <full_name>\ZendX_JQuery_Form_Decorator_DialogContainer</full_name>
      <docblock line="36">
        <description>Form Decorator for jQuery Dialog View Helper</description>
        <long-description></long-description>
        <tag name="package" line="36" description="ZendX_JQuery"/>
        <tag name="subpackage" line="36" description="Form"/>
        <tag name="copyright" line="36" description="Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)"/>
        <tag name="license" line="36" description="New BSD License" link="http://framework.zend.com/license/new-bsd"/>
      </docblock>
      <property static="false" visibility="protected" line="38" namespace="" package="ZendX_JQuery\Form">
        <name>$_helper</name>
        <default>"dialogContainer"</default>
        <docblock line="38">
          <description></description>
          <long-description></long-description>
        </docblock>
      </property>
      <method final="false" abstract="false" static="false" visibility="public" namespace="" line="51" package="ZendX_JQuery\Form">
        <name>render</name>
        <full_name>\ZendX_JQuery_Form_Decorator_DialogContainer::render()</full_name>
        <docblock line="51">
          <description>Render an jQuery UI Widget element using its associated view helper</description>
          <long-description>Determine view helper from 'helper' option, or, if none set, from
the element type. Then call as
helper($element-&gt;getName(), $element-&gt;getValue(), $element-&gt;getAttribs())</long-description>
          <tag name="param" line="51" description="" type="string" variable="$content">
            <type>string</type>
          </tag>
          <tag name="return" line="51" description="" type="string">
            <type>string</type>
          </tag>
          <tag name="throws" line="51" description="if element or view are not registered" type="\Zend_Form_Decorator_Exception">
            <type link="Zend_Form_Decorator_Exception.html">\Zend_Form_Decorator_Exception</type>
          </tag>
        </docblock>
        <argument line="0" by_reference="false">
          <name>$content</name>
          <default></default>
          <type>string</type>
        </argument>
      </method>
    </class>
    <source>eJy9VdtuEzEQfc9XjKpI3VTJpiB4KQQKbRGpqnLpBcRL5HgnWbcbe7G93QbUf2dsrzeXShUSEpYqdcczZ86cYzuv35Z52Rnu7XVgD36gzOCDZguslb6liAuejY9Ozi9Omq/LXBgwqtIcYSYKBPdZTW+QW7AKbI4gsYb3F8dQCI7SIMWYdWnTSmYFZg6lFjanOAVLxm/ZnGCkr/WQTcfU3tvUZY99OSuMAnbHRMGmhUPVqprnvorYFtmgFhkOapwCtfPYV1/PDlx9bm15MBzO4mDpL5oz5WoxbCgOifJgajy18QyWqoJMZCCVBY0cxR0CA67KJaiZbxhHY6QX0wiVDJyUQ1BTy2gcYZ/g2IeyQEYIxknOJOCCBnPVJGKDfhhpkt5QI3BK8+mOX8NHLBaYCWaxWKaNQ4ecPudKL4GWc/S7j0ah2+jk9EuFeuk3ycF2/1pgHXCogRbz3AIctf8mvAfP9/dfDp7vP3sRDswl8lyqQs0FkuYX72AseQpJo3pd163ePY8bxXPrr63x2efNyToLex7tDrURSvr97jjrUnDYiQf60CBuTDv5oPRicoxcaWaVnlyJbyKboz1S0pmG2pdr/FkJjRMl6ZTvPMpJ6crsvGqbOEhoIWFGfze+GRwLRrJ4ReEjFqWH33bjKTMc9P/y4l+tGHZ4wYx5Uu4gSCsk4L2l7KdrHlv0u+MYlFpZenUwg+4k9+LCCHayzQ7OJpfsrXJrD75SL8qly9S4dDWG0AGwwAVKC5URck4XmB4dYxR39yuDO+di3rjooSLiMVrUC2q3ngMzTTd3N3zsgiotndI+KN0HMaOnRbq7b/s+LQK5dyJysMsSU3puUdLFLwpiErMCZNJtMgdviPo5mZb0+rARvGZF9Tj6zlotpibp9bbGoENJ3gMY2qfxu5xEpKJ2W6OttGy226h74+rg4LZzJ/cc/dhu4jgX3Q6vkns2wwM7F4b0cz8MHnIY3K2mdOxgVknuEbR3LYmkAvdwEPzNj/Aj6Lq33096EmJJ79Uqz/emNdqSisLreUQ4kRXJPhqNQlFvrZtbjRqR0Kr0obPqFk7YZ6er2aB2uraxwY8Fd6Dh2BZ88kL63FVyc9IeJYe3ZgNXZCvqW7OPs6QHKewOeLw1u2tN4pxOg8Gbbjx8Iuu3s/c3B+23UzQEHjoPnT/CuaSa</source>
  </file>
  <file path="JQuery/Form/Decorator/AccordionPane.php" generated-path="JQuery.Form.Decorator.AccordionPane.html" hash="a341211cc67858230c65d15f13862b51" package="ZendX_JQuery">
    <docblock line="0">
      <description>Zend Framework</description>
      <long-description>LICENSE

This source file is subject to the new BSD license that is bundled
with this package in the file LICENSE.txt.
It is also available through the world-wide-web at this URL:
http://framework.zend.com/license/new-bsd
If you did not receive a copy of the license and are unable to
obtain it through the world-wide-web, please send an email
to license@zend.com so we can send you a copy immediately.</long-description>
      <tag name="category" line="0" description="ZendX"/>
      <tag name="package" line="0" description="ZendX_JQuery"/>
      <tag name="subpackage" line="0" description="View"/>
      <tag name="copyright" line="0" description="Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)"/>
      <tag name="license" line="0" description="New BSD License" link="http://framework.zend.com/license/new-bsd"/>
      <tag name="version" line="0" description="$Id$"/>
    </docblock>
    <class final="false" abstract="false" namespace="" line="36" package="ZendX_JQuery\Form">
      <extends>\ZendX_JQuery_Form_Decorator_UiWidgetPane</extends>
      <name>ZendX_JQuery_Form_Decorator_AccordionPane</name>
      <full_name>\ZendX_JQuery_Form_Decorator_AccordionPane</full_name>
      <docblock line="36">
        <description>Form Decorator for jQuery Accordion Pane View Helper</description>
        <long-description></long-description>
        <tag name="package" line="36" description="ZendX_JQuery"/>
        <tag name="subpackage" line="36" description="Form"/>
        <tag name="copyright" line="36" description="Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)"/>
        <tag name="license" line="36" description="New BSD License" link="http://framework.zend.com/license/new-bsd"/>
      </docblock>
      <property static="false" visibility="protected" line="38" namespace="" package="ZendX_JQuery\Form">
        <name>$_helper</name>
        <default>"accordionPane"</default>
        <docblock line="38">
          <description></description>
          <long-description></long-description>
        </docblock>
      </property>
    </class>
    <source>eJy9VFFv0zAQfs+vOFV92Ko1KRO8DBAd3SaKqonRDRAvkWNfE2+OHRynWUH8d85uEg0eKiQkLEWKz3ffffd9Tl69qYoqSiaTCCbwFbWAK8tKbI19oIgPrpaLy+v1Zbe7LWQNtWksR9hIheC3TXaP3IEz4AoEjS28XV+Akhx1jRRjzqdljRYKhUdppSsoTsGK8QeWE4wOtQGy6xi7Rxf77GUoZ6o2wLZMKpYpj2pNkxehitgqMW2lwGmLGVC7gH33cXXm6wvnqrMk2fSDxd9pzpibMukoJkR5mtWB2nIDO9OAkAK0cWCRo9wiMOCm2oHZhIb9aIz0Yhah0XtOxiOYzDEaR7oDHE+gUsgIofaSMw1Y0mC+mkTs0Oc9TdIbWgROaSHd8+v4yLJEIZlDtYs7h+actrmxO6DlHf0Sor3QQzR9f9Og3YVDcnA4/ySx3eNQAyvzwgEshtcjfgyns9mL6ens2fP9hblFXmijTC6RNF+fw1LzGI461du2HfQ+Dri9eH79tTUh+7q7Wav9WUDboq2l0eF8vBRjCiZRf6HnNeJv06ZXxpbpBXJjmTM2vZOfpcjRLYz2pqEN5Ra/NdJiajTd8lGf84FpjOlrGb0c8D0aDGiwoec+9IFzTkHhifmyICq8Q1WFDn8acsgP3+J/2fGvbiQRV6yuDyo+CBN0wUdHuYcrnuof/Yh868oaR38cFDBOi6AqvIYRewpNLv2MfgFD+phP</source>
  </file>
  <file path="JQuery/Form/Decorator/UiWidgetElement.php" generated-path="JQuery.Form.Decorator.UiWidgetElement.html" hash="4f74fb630285802f161236a5cae9b13d" package="ZendX_JQuery">
    <docblock line="0">
      <description>Zend Framework</description>
      <long-description>LICENSE

This source file is subject to the new BSD license that is bundled
with this package in the file LICENSE.txt.
It is also available through the world-wide-web at this URL:
http://framework.zend.com/license/new-bsd
If you did not receive a copy of the license and are unable to
obtain it through the world-wide-web, please send an email
to license@zend.com so we can send you a copy immediately.</long-description>
      <tag name="category" line="0" description="ZendX"/>
      <tag name="package" line="0" description="ZendX_JQuery"/>
      <tag name="subpackage" line="0" description="View"/>
      <tag name="copyright" line="0" description="Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)"/>
      <tag name="license" line="0" description="New BSD License" link="http://framework.zend.com/license/new-bsd"/>
      <tag name="version" line="0" description="$Id$"/>
    </docblock>
    <class final="false" abstract="false" namespace="" line="41" package="ZendX_JQuery\Form">
      <extends>\Zend_Form_Decorator_ViewHelper</extends>
      <implements>\ZendX_JQuery_Form_Decorator_UiWidgetElementMarker</implements>
      <name>ZendX_JQuery_Form_Decorator_UiWidgetElement</name>
      <full_name>\ZendX_JQuery_Form_Decorator_UiWidgetElement</full_name>
      <docblock line="41">
        <description>Abstract Form Decorator for all jQuery UI Form Elements</description>
        <long-description></long-description>
        <tag name="package" line="41" description="ZendX_JQuery"/>
        <tag name="subpackage" line="41" description="Form"/>
        <tag name="copyright" line="41" description="Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)"/>
        <tag name="license" line="41" description="New BSD License" link="http://framework.zend.com/license/new-bsd"/>
      </docblock>
      <property static="false" visibility="protected" line="50" namespace="" package="ZendX_JQuery\Form">
        <name>$_attribs</name>
        <default></default>
        <docblock line="50">
          <description>Element attributes</description>
          <long-description></long-description>
          <tag name="var" line="50" description="" type="array" variable="">
            <type>array</type>
          </tag>
        </docblock>
      </property>
      <property static="false" visibility="public" line="57" namespace="" package="ZendX_JQuery\Form">
        <name>$helper</name>
        <default></default>
        <docblock line="57">
          <description>jQuery UI View Helper</description>
          <long-description></long-description>
          <tag name="var" line="57" description="" type="\ZendX_JQuery_View_Helper_UiWidget" variable="">
            <type link="ZendX_JQuery_View_Helper_UiWidget.html">\ZendX_JQuery_View_Helper_UiWidget</type>
          </tag>
        </docblock>
      </property>
      <property static="false" visibility="protected" line="64" namespace="" package="ZendX_JQuery\Form">
        <name>$_jQueryParams</name>
        <default>array()</default>
        <docblock line="64">
          <description>jQuery related attributes/options</description>
          <long-description></long-description>
          <tag name="var" line="64" description="" type="array" variable="">
            <type>array</type>
          </tag>
        </docblock>
      </property>
      <method final="false" abstract="false" static="false" visibility="public" namespace="" line="71" package="ZendX_JQuery\Form">
        <name>getElementAttribs</name>
        <full_name>\ZendX_JQuery_Form_Decorator_UiWidgetElement::getElementAttribs()</full_name>
        <docblock line="71">
          <description>Get element attributes</description>
          <long-description></long-description>
          <tag name="return" line="71" description="" type="array">
            <type>array</type>
          </tag>
        </docblock>
      </method>
      <method final="false" abstract="false" static="false" visibility="public" namespace="" line="92" package="ZendX_JQuery\Form">
        <name>setJQueryParam</name>
        <full_name>\ZendX_JQuery_Form_Decorator_UiWidgetElement::setJQueryParam()</full_name>
        <docblock line="92">
          <description>Set a single jQuery option parameter</description>
          <long-description></long-description>
          <tag name="param" line="92" description="" type="string" variable="$key">
            <type>string</type>
          </tag>
          <tag name="param" line="92" description="" type="mixed" variable="$value">
            <type>mixed</type>
          </tag>
          <tag name="return" line="92" description="" type="\ZendX_JQuery_Form_Decorator_UiWidgetElement">
            <type link="ZendX_JQuery_Form_Decorator_UiWidgetElement.html">\ZendX_JQuery_Form_Decorator_UiWidgetElement</type>
          </tag>
        </docblock>
        <argument line="0" by_reference="false">
          <name>$key</name>
          <default></default>
          <type>string</type>
        </argument>
        <argument line="0" by_reference="false">
          <name>$value</name>
          <default></default>
          <type>mixed</type>
        </argument>
      </method>
      <method final="false" abstract="false" static="false" visibility="public" namespace="" line="104" package="ZendX_JQuery\Form">
        <name>setJQueryParams</name>
        <full_name>\ZendX_JQuery_Form_Decorator_UiWidgetElement::setJQueryParams()</full_name>
        <docblock line="104">
          <description>Set jQuery option parameters</description>
          <long-description></long-description>
          <tag name="param" line="104" description="" type="array" variable="$params">
            <type>array</type>
          </tag>
          <tag name="return" line="104" description="" type="\ZendX_JQuery_Form_Decorator_UiWidgetElement">
            <type link="ZendX_JQuery_Form_Decorator_UiWidgetElement.html">\ZendX_JQuery_Form_Decorator_UiWidgetElement</type>
          </tag>
        </docblock>
        <argument line="0" by_reference="false">
          <name>$params</name>
          <default></default>
          <type>array</type>
        </argument>
      </method>
      <method final="false" abstract="false" static="false" visibility="public" namespace="" line="116" package="ZendX_JQuery\Form">
        <name>getJQueryParam</name>
        <full_name>\ZendX_JQuery_Form_Decorator_UiWidgetElement::getJQueryParam()</full_name>
        <docblock line="116">
          <description>Retrieve a single jQuery option parameter</description>
          <long-description></long-description>
          <tag name="param" line="116" description="" type="string" variable="$key">
            <type>string</type>
          </tag>
          <tag name="return" line="116" description="" type="mixed|null">
            <type>mixed</type>
            <type>null</type>
          </tag>
        </docblock>
        <argument line="0" by_reference="false">
          <name>$key</name>
          <default></default>
          <type>string</type>
        </argument>
      </method>
      <method final="false" abstract="false" static="false" visibility="public" namespace="" line="132" package="ZendX_JQuery\Form">
        <name>getJQueryParams</name>
        <full_name>\ZendX_JQuery_Form_Decorator_UiWidgetElement::getJQueryParams()</full_name>
        <docblock line="132">
          <description>Get jQuery option parameters</description>
          <long-description></long-description>
          <tag name="return" line="132" description="" type="array">
            <type>array</type>
          </tag>
        </docblock>
      </method>
      <method final="false" abstract="false" static="false" visibility="public" namespace="" line="145" package="ZendX_JQuery\Form">
        <name>render</name>
        <full_name>\ZendX_JQuery_Form_Decorator_UiWidgetElement::render()</full_name>
        <docblock line="145">
          <description>Render an jQuery UI Widget element using its associated view helper</description>
          <long-description></long-description>
          <tag name="param" line="145" description="" type="string" variable="$content">
            <type>string</type>
          </tag>
          <tag name="return" line="145" description="" type="string">
            <type>string</type>
          </tag>
          <tag name="throws" line="145" description="if element or view are not registered" type="\Zend_Form_Decorator_Exception">
            <type link="Zend_Form_Decorator_Exception.html">\Zend_Form_Decorator_Exception</type>
          </tag>
        </docblock>
        <argument line="0" by_reference="false">
          <name>$content</name>
          <default></default>
          <type>string</type>
        </argument>
      </method>
    </class>
    <source>eJy9WG1v2zYQ/u5fcSgMWA4cqyu2L87SJUvS1kUWpE3bFSsKg5bONhtZ9Egqjrflv+9I6l2y87KhAopa1L0+99yRzM+/rBarjr+314E9+APjEF5JtsS1kNe0YhbPxydnF1dn6duHBVegRCIDhBmPEMxrMv2GgQYtQC8QYlzDr1enEPEAY4W0xrQRmyZxGGForKy5XtA6La5YcM3mZCa2utZk6nGob/XQSI+tOouUAHbDeMSmkbEqRTJfWC2KNgr31zzE/TVOgdxZ2x/fn4+M/kLr1cj3Z1liw78oz2Egln4aok8h70+VDW08g41IIOQhxEKDxAD5DQKDQKw2IGbWYZYaI7yYREhiF5MwFsRUM0qH6x0xDmAVISMLykDOYsAlJWa0CcTU+lEWJuENa4SAxKy4iS+Nhy+XGHKmMdoM0wodBfQ6F3ID9JiKfrarGdD56uTtuwTlxn6kCubfP3FcOzvkQPL5QgOc5D+9oA8vnj//af/F8x9+dIT5gMEiFpGYcyTMr45hHAdD8FLU1+t1jnff2s3AM8+DS2OlL1Jmnbtv1toNSsVFbL93x2GXFv1ORugjhWiDnLwScjk5xUBIpoWcmCTfYLRCaeUl/plwiRMRE62fGQXfKPi5gl8oDKlhnh00XWSA1l195L/zcI76LMIlxvo3Jq+3ev3sOxt17602aoEcT5WWjNrQ6EKuCzP6x6IIvlnL8HHsBFJTKmNNiR+76GF0vxc7/is5/E4QMaUeU52OsYS3mjTUvcShhy9XKY5P4MDf1oQtn3n2sprQANOSTxONKv2SCRzdMCqmlGyTrvj2/5UUmgYwhtCdOF1FvKgZL+pvcoBSEjX7lUSM7MTJ5llUfSdTqgZ0F1Zmq1uJETMBFqn5YqWpcZ+QojN5yYgXCg6dsNdvun6NGvBeSCXqRMZtLl1msyQOTKBQ1O/YYez1rZwro2XDDLw4oV47PDyErtmD9l9mBemX5JysV5OgVFa0mcR6NGpxVdfP/Nm4J9e4meAtV1p5vTI8vUEjjjZDdng6OYX6bclAPcgvVfNfCfY2Ywl1oH6C7l2n/e2uk/9M61Wz7UzdNThwRRxgoHg8p/055aIjngGbBotuNoH9AEDjlNSgS9jWPy35rWHiDYsSrBPpsdNmG92qhfBMGIPUZZ13GRZleL94Lv6+TeArkcvpHrQCuQu+Lag1GinFxhISuvZNfR9wlFdx+hB4srkxWaKco9cmMsjtPQ6z90jAoz0z/m+8S/1a3v1jRsx9k6pOnS2YtAyaIlmjRzhViFR8bR0+KUtb0GzMnVofV7hrKVu4ana/gWAb/q8fwdnHDP8K4Z6C546Mt3MpDlGaC0KxfbsuyXe2xJCMbht0Q1JKBNxuszdmi1+0bvE1lgUi1kW35Yi4z/mqucms209EZ7cBOpiJEVlQdOa0IZjLkbtGzYkfKM31bwfK0qbrZUE1QM7MHzbxrhDX+j7M5a2cOcmUhaqbtdFoMrR0Pu+13Qry3M1ZvFfdzixk9jK8EzWvV5t7EOZHd7rxOfAsCcylWSRmOyvQdCgLe//u9Vs7hg4axP2FCPMeTVEZQK/G6l6jSbcdCsrAVvuiEkRupjZ6i+pVlQ+KsNMDpflZlndH0UqxFRpKG7zKglfZapUYZguEutFPZjVPqiyfHc2gjXJtIzOmQQOZgzJKr4hqm3cJi/iMY3hBYtV0eVjXGIdeSyhfejzs2e2ch2X9VPPEdQ6klN5/meLo2ciyA8SgWpFBbr3kUBHfggV4RdqXEQvSXqvzJHB/y4hmo9Hx5eXZxemocbTLpl/a2zAsV25YT+Bgm/nL92e77deAqLsJ2uyHOGNJpB9qtE7xu85d51+kftOu</source>
  </file>
  <file path="JQuery/Form/Decorator/UiWidgetElementMarker.php" generated-path="JQuery.Form.Decorator.UiWidgetElementMarker.html" hash="12a523987e91ce18c9e52bf0c4d031b9" package="ZendX_JQuery">
    <docblock line="0">
      <description>Zend Framework</description>
      <long-description>LICENSE

This source file is subject to the new BSD license that is bundled
with this package in the file LICENSE.txt.
It is also available through the world-wide-web at this URL:
http://framework.zend.com/license/new-bsd
If you did not receive a copy of the license and are unable to
obtain it through the world-wide-web, please send an email
to license@zend.com so we can send you a copy immediately.</long-description>
      <tag name="category" line="0" description="ZendX"/>
      <tag name="package" line="0" description="ZendX_JQuery"/>
      <tag name="subpackage" line="0" description="View"/>
      <tag name="copyright" line="0" description="Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)"/>
      <tag name="license" line="0" description="New BSD License" link="http://framework.zend.com/license/new-bsd"/>
      <tag name="version" line="0" description="$Id$"/>
    </docblock>
    <interface namespace="" line="30" package="ZendX_JQuery">
      <name>ZendX_JQuery_Form_Decorator_UiWidgetElementMarker</name>
      <full_name>\ZendX_JQuery_Form_Decorator_UiWidgetElementMarker</full_name>
      <docblock line="30">
        <description>Marking UiWidgetElement rendering decorator.</description>
        <long-description>Marker Interface to make sure that programmer using ZendX_JQuery is not
switching ZendX_JQuery_Form_Decorator_UiWidgetElement with Zend_Form_Decorator_ViewHelper
without noticing that this is not possible.</long-description>
      </docblock>
    </interface>
    <source>eJyVU8GO0zAQvfcr5rCH3YomZQWXFRILu11RVFaC7gLiUjn2NDF17Mh2mi2If2fGSSrUAwKf4vHMmzdvXl69bqpmkk+nE5jCN7QK7ryosXN+RxEOrpY3i/v1Yrg9VDpAcK2XCFttEPjaFt9RRogOYoVgsYO361swWqINSDEROa1orTKoGKXTsaI4BRshd6IkGJtqE+TQMYtPMePsZSoXJjgQe6GNKAyjeteWVaoitkbNOq1w1mEB1C5hP35aXXF9FWNzlefbcbDsB82ZSVfnA8WcKM+KkKgtt3BwLSitwLoIHiXqPYIA6ZoDuG1qOI4mSC/hEVrbc3KM4IooaBwd/8LxGTQGBSEEllxYwJoG42oScUC/HmmS3tAhSEpL6cxv4KPrGpUWEc0hGzZ0LelaOn8AOrzRryk6Cn2Mbt5/bNEf0iNt8Pj+WWPX41ADr8sqAtwcP8/lBVzO5y9nl/PnL3rDPKCsrDOu1Eiar9/A0soMzgfVu6476n2RcEfx+PzzalL2/eCsVf+W0Pbog3Y2vZ8t1RkF88lo6A/C77Qt4VF/0arEuDBYo+WtWoWeXxRK50V0fpSPS9DTDBH9VkheKtRiR5tq/eDlxruSCNeU1gYG+VNPtioZh6EC2VxWpwmbO+frze3Yd3PKLf0bXHCayIt5h6ZBP/5Cro3cS0vukagl3/cMoHEhaLJlliTRx4H+g8wgxs/Jr8lvb55keQ==</source>
  </file>
  <file path="Db/Adapter/Firebird/Exception.php" generated-path="Db.Adapter.Firebird.Exception.html" hash="1bd14ab2f2de2d600451e2aac9ae7904" package="ZendX_Db">
    <docblock line="0">
      <description>Zend Framework</description>
      <long-description>LICENSE

This source file is subject to the new BSD license that is bundled
with this package in the file LICENSE.txt.
It is also available through the world-wide-web at this URL:
http://framework.zend.com/license/new-bsd
If you did not receive a copy of the license and are unable to
obtain it through the world-wide-web, please send an email
to license@zend.com so we can send you a copy immediately.</long-description>
      <tag name="category" line="0" description="Zend"/>
      <tag name="package" line="0" description="ZendX_Db"/>
      <tag name="subpackage" line="0" description="Adapter"/>
      <tag name="copyright" line="0" description="Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)"/>
      <tag name="license" line="0" description="New BSD License" link="http://framework.zend.com/license/new-bsd"/>
      <tag name="version" line="0" description="$Id: $"/>
    </docblock>
    <class final="false" abstract="false" namespace="" line="37" package="ZendX_Db\Adapter">
      <extends>\Zend_Db_Adapter_Exception</extends>
      <name>ZendX_Db_Adapter_Firebird_Exception</name>
      <full_name>\ZendX_Db_Adapter_Firebird_Exception</full_name>
      <docblock line="37">
        <description>ZendX_Db_Adapter_Firebird_Exception</description>
        <long-description></long-description>
        <tag name="category" line="37" description="ZendX"/>
        <tag name="package" line="37" description="ZendX_Db"/>
        <tag name="subpackage" line="37" description="Adapter"/>
        <tag name="copyright" line="37" description="Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)"/>
        <tag name="license" line="37" description="New BSD License" link="http://framework.zend.com/license/new-bsd"/>
      </docblock>
    </class>
    <source>eJzdU8FqGzEQve9XzCGQxNS7bmgvbqFOYwcMJoc6BdOL0UrjXTVaaStpvXZL/70jWWtSKCHn7mn19ObpzRvp46e2brNiNMpgBN9QC7i3rMHe2CdCArha3i0e1ou0eqylA2c6yxF2UiGEZVd+R+7BG/A1gsYePq/noCRH7ZAw5gOt7LRQKIJKL31NOIEt40+sIhkda6NkOjH3B58H9jKWM+UMsD2TipUqqFrTVXWsIrdKjHspcNxjCXRc1P76ZTUN9bX37bQodkNj+U/qM+emKZLFgiyPSxetLXdwNB0IKUAbDxY5yj0CA27aI5hdPHBojVFezCJ0+uTJBAVTekbtSP+CxzfQKmSk4ELkTAM21FiophCT+mywSXlDj8CJFunBX/IjmwaFZB7VMU8TmnFaVsYeAeJAIzbEnLDNdl5GnEY3bN0K1nq0JwnStrKqPcDd+feKX8PNZPJ+fDN5++50Vx6R19ooU0mkuNe3sNQ8h6sUeN/356ivo+6QG32vHkogw0O6U6vTXhTbo3XS6LB9sRRTuCC0yIa7PHOI0SS1uk29bRcHjq2noki1+KOTFrdG02W+DNxiXhaJW5y5Ob2Qyw/Z80eyeS56TxqltOIv9X9NYvOfjqLIuGLOvSYZwIMnlnthMr+y39kfYxV+Qg==</source>
  </file>
  <file path="Db/Adapter/Firebird.php" generated-path="Db.Adapter.Firebird.html" hash="b4c79281e8a4b5456dab7b3bdd1c20d1" package="ZendX_Db">
    <docblock line="0">
      <description>Zend Framework</description>
      <long-description>LICENSE

This source file is subject to the new BSD license that is bundled
with this package in the file LICENSE.txt.
It is also available through the world-wide-web at this URL:
http://framework.zend.com/license/new-bsd
If you did not receive a copy of the license and are unable to
obtain it through the world-wide-web, please send an email
to license@zend.com so we can send you a copy immediately.</long-description>
      <tag name="category" line="0" description="ZendX"/>
      <tag name="package" line="0" description="ZendX_Db"/>
      <tag name="subpackage" line="0" description="Adapter"/>
      <tag name="copyright" line="0" description="Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)"/>
      <tag name="license" line="0" description="New BSD License" link="http://framework.zend.com/license/new-bsd"/>
      <tag name="version" line="0" description="$Id: $"/>
    </docblock>
    <class final="false" abstract="false" namespace="" line="51" package="ZendX_Db\Adapter">
      <extends>\Zend_Db_Adapter_Abstract</extends>
      <name>ZendX_Db_Adapter_Firebird</name>
      <full_name>\ZendX_Db_Adapter_Firebird</full_name>
      <docblock line="51">
        <description></description>
        <long-description></long-description>
        <tag name="category" line="51" description="ZendX"/>
        <tag name="package" line="51" description="ZendX_Db"/>
        <tag name="subpackage" line="51" description="Adapter"/>
        <tag name="copyright" line="51" description="Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)"/>
        <tag name="license" line="51" description="New BSD License" link="http://framework.zend.com/license/new-bsd"/>
      </docblock>
      <property static="false" visibility="protected" line="62" namespace="" package="ZendX_Db\Adapter">
        <name>$_autoQuoteIdentifiers</name>
        <default>true</default>
        <docblock line="62">
          <description>Specifies whether the adapter automatically quotes identifiers.</description>
          <long-description>If true, most SQL generated by Zend_Db classes applies
identifier quoting automatically.
If false, developer must quote identifiers themselves
by calling quoteIdentifier().</long-description>
          <tag name="var" line="62" description="" type="bool" variable="">
            <type>bool</type>
          </tag>
        </docblock>
      </property>
      <property static="false" visibility="protected" line="69" namespace="" package="ZendX_Db\Adapter">
        <name>$_transResource</name>
        <default>null</default>
        <docblock line="69">
          <description>The transaction resource.</description>
          <long-description></long-description>
          <tag name="var" line="69" description="" type="\transaction" variable="">
            <type link="transaction.html">\transaction</type>
          </tag>
        </docblock>
      </property>
      <property static="false" visibility="protected" line="92" namespace="" package="ZendX_Db\Adapter">
        <name>$_numericDataTypes</name>
        <default>array(\Zend_Db::INT_TYPE =&gt; \Zend_Db::INT_TYPE, \Zend_Db::BIGINT_TYPE =&gt; \Zend_Db::BIGINT_TYPE, \Zend_Db::FLOAT_TYPE =&gt; \Zend_Db::FLOAT_TYPE, 'SMALLINT' =&gt; \Zend_Db::INT_TYPE, 'INT' =&gt; \Zend_Db::INT_TYPE, 'INTEGER' =&gt; \Zend_Db::INT_TYPE, 'BIGINT' =&gt; \Zend_Db::BIGINT_TYPE, 'INT64' =&gt; \Zend_Db::BIGINT_TYPE, 'DECIMAL' =&gt; \Zend_Db::FLOAT_TYPE, 'DOUBLE PRECISION' =&gt; \Zend_Db::FLOAT_TYPE, 'DOUBLE' =&gt; \Zend_Db::FLOAT_TYPE, 'NUMERIC' =&gt; \Zend_Db::FLOAT_TYPE, 'FLOAT' =&gt; \Zend_Db::FLOAT_TYPE)</default>
        <docblock line="92">
          <description>Keys are UPPERCASE SQL datatypes or the constants
Zend_Db::INT_TYPE, Zend_Db::BIGINT_TYPE, or Zend_Db::FLOAT_TYPE.</description>
          <long-description>Values are:
0 = 32-bit integer
1 = 64-bit integer
2 = float or decimal</long-description>
          <tag name="var" line="92" description="&lt;p&gt;Associative array of datatypes to values 0, 1, or 2.&lt;/p&gt;" type="array" variable="">
            <type>array</type>
          </tag>
        </docblock>
      </property>
      <method final="false" abstract="false" static="false" visibility="public" namespace="" line="76" package="ZendX_Db\Adapter">
        <name>getTransaction</name>
        <full_name>\ZendX_Db_Adapter_Firebird::getTransaction()</full_name>
        <docblock line="76">
          <description>Return the status of current transaction.</description>
          <long-description></long-description>
          <tag name="return" line="76" description="" type="bool">
            <type>bool</type>
          </tag>
        </docblock>
      </method>
      <method final="false" abstract="false" static="false" visibility="protected" namespace="" line="114" package="ZendX_Db\Adapter">
        <name>_quote</name>
        <full_name>\ZendX_Db_Adapter_Firebird::_quote()</full_name>
        <docblock line="114">
          <description>Quote a raw string.</description>
          <long-description></long-description>
          <tag name="param" line="114" description="&lt;p&gt;Raw string&lt;/p&gt;" type="string" variable="$value">
            <type>string</type>
          </tag>
          <tag name="return" line="114" description="Quoted string" type="string">
            <type>string</type>
          </tag>
        </docblock>
        <argument line="0" by_reference="false">
          <name>$value</name>
          <default></default>
          <type>string</type>
        </argument>
      </method>
      <method final="false" abstract="false" static="false" visibility="public" namespace="" line="128" package="ZendX_Db\Adapter">
        <name>listTables</name>
        <full_name>\ZendX_Db_Adapter_Firebird::listTables()</full_name>
        <docblock line="128">
          <description>Returns a list of the tables in the database.</description>
          <long-description></long-description>
          <tag name="return" line="128" description="" type="array">
            <type>array</type>
          </tag>
        </docblock>
      </method>
      <method final="false" abstract="false" static="false" visibility="public" namespace="" line="164" package="ZendX_Db\Adapter">
        <name>describeTable</name>
        <full_name>\ZendX_Db_Adapter_Firebird::describeTable()</full_name>
        <docblock line="164">
          <description>Returns the column descriptions for a table.</description>
          <long-description>The return value is an associative array keyed by the column name,
as returned by the RDBMS.

The value of each array element is an associative array
with the following keys:

SCHEMA_NAME      =&gt; string; name of database or schema
TABLE_NAME       =&gt; string;
COLUMN_NAME      =&gt; string; column name
COLUMN_POSITION  =&gt; number; ordinal position of column in table
DATA_TYPE        =&gt; string; SQL datatype name of column
DEFAULT          =&gt; string; default expression of column, null if none
NULLABLE         =&gt; boolean; true if column can have nulls
LENGTH           =&gt; number; length of CHAR/VARCHAR
SCALE            =&gt; number; scale of NUMERIC/DECIMAL
PRECISION        =&gt; number; precision of NUMERIC/DECIMAL
UNSIGNED         =&gt; boolean; unsigned property of an integer type
PRIMARY          =&gt; boolean; true if column is part of the primary key
PRIMARY_POSITION =&gt; integer; position of column in primary key
IDENTITY         =&gt; integer; true if column is auto-generated with unique values</long-description>
          <tag name="param" line="164" description="" type="string" variable="$tableName">
            <type>string</type>
          </tag>
          <tag name="param" line="164" description="&lt;p&gt;OPTIONAL&lt;/p&gt;" type="string" variable="$schemaName">
            <type>string</type>
          </tag>
          <tag name="return" line="164" description="" type="array">
            <type>array</type>
          </tag>
        </docblock>
        <argument line="0" by_reference="false">
          <name>$tableName</name>
          <default></default>
          <type>string</type>
        </argument>
        <argument line="0" by_reference="false">
          <name>$schemaName</name>
          <default>null</default>
          <type>string</type>
        </argument>
      </method>
      <method final="false" abstract="false" static="false" visibility="protected" namespace="" line="260" package="ZendX_Db\Adapter">
        <name>_formatDbConnString</name>
        <full_name>\ZendX_Db_Adapter_Firebird::_formatDbConnString()</full_name>
        <docblock line="260">
          <description>Format a connection string to connect to database</description>
          <long-description></long-description>
          <tag name="return" line="260" description="" type="void">
            <type>void</type>
          </tag>
        </docblock>
        <argument line="0" by_reference="false">
          <name>$host</name>
          <default></default>
          <type/>
        </argument>
        <argument line="0" by_reference="false">
          <name>$port</name>
          <default></default>
          <type/>
        </argument>
        <argument line="0" by_reference="false">
          <name>$dbname</name>
          <default></default>
          <type/>
        </argument>
      </method>
      <method final="false" abstract="false" static="false" visibility="protected" namespace="" line="277" package="ZendX_Db\Adapter">
        <name>_connect</name>
        <full_name>\ZendX_Db_Adapter_Firebird::_connect()</full_name>
        <docblock line="277">
          <description>Creates a connection to the database.</description>
          <long-description></long-description>
          <tag name="return" line="277" description="" type="void">
            <type>void</type>
          </tag>
          <tag name="throws" line="277" description="" type="\ZendX_Db_Adapter_Firebird_Exception">
            <type link="ZendX_Db_Adapter_Firebird_Exception.html">\ZendX_Db_Adapter_Firebird_Exception</type>
          </tag>
        </docblock>
      </method>
      <method final="false" abstract="false" static="false" visibility="public" namespace="" line="318" package="ZendX_Db\Adapter">
        <name>closeConnection</name>
        <full_name>\ZendX_Db_Adapter_Firebird::closeConnection()</full_name>
        <docblock line="318">
          <description>Force the connection to close.</description>
          <long-description></long-description>
          <tag name="return" line="318" description="" type="void">
            <type>void</type>
          </tag>
        </docblock>
      </method>
      <method final="false" abstract="false" static="false" visibility="public" namespace="" line="337" package="ZendX_Db\Adapter">
        <name>prepare</name>
        <full_name>\ZendX_Db_Adapter_Firebird::prepare()</full_name>
        <docblock line="337">
          <description>Prepare a statement and return a Statement resource.</description>
          <long-description></long-description>
          <tag name="param" line="337" description="&lt;p&gt;SQL query&lt;/p&gt;" type="string" variable="$sql">
            <type>string</type>
          </tag>
          <tag name="return" line="337" description="" type="\ZendX_Db_Statement_Firebird">
            <type link="ZendX_Db_Statement_Firebird.html">\ZendX_Db_Statement_Firebird</type>
          </tag>
        </docblock>
        <argument line="0" by_reference="false">
          <name>$sql</name>
          <default></default>
          <type>string</type>
        </argument>
      </method>
      <method final="false" abstract="false" static="false" visibility="public" namespace="" line="367" package="ZendX_Db\Adapter">
        <name>lastInsertId</name>
        <full_name>\ZendX_Db_Adapter_Firebird::lastInsertId()</full_name>
        <docblock line="367">
          <description>Gets the last ID generated automatically by an IDENTITY/AUTOINCREMENT column.</description>
          <long-description>As a convention, on RDBMS brands that support sequences
(e.g. Firebird, Oracle, PostgreSQL, DB2), this method forms the name of a sequence
from the arguments and returns the last id generated by that sequence.
On RDBMS brands that support IDENTITY/AUTOINCREMENT columns, this method
returns the last value generated for such a column, and the table name
argument is disregarded.

Firebird does not support IDENTITY columns, so if the sequence is not
specified, this method returns null.</long-description>
          <tag name="param" line="367" description="&lt;p&gt;OPTIONAL Name of table.&lt;/p&gt;" type="string" variable="$tableName">
            <type>string</type>
          </tag>
          <tag name="param" line="367" description="&lt;p&gt;OPTIONAL Name of primary key column.&lt;/p&gt;" type="string" variable="$primaryKey">
            <type>string</type>
          </tag>
          <tag name="return" line="367" description="" type="string">
            <type>string</type>
          </tag>
          <tag name="throws" line="367" description="" type="\ZendX_Db_Adapter_Firebird_Exception">
            <type link="ZendX_Db_Adapter_Firebird_Exception.html">\ZendX_Db_Adapter_Firebird_Exception</type>
          </tag>
        </docblock>
        <argument line="0" by_reference="false">
          <name>$tableName</name>
          <default>null</default>
          <type>string</type>
        </argument>
        <argument line="0" by_reference="false">
          <name>$primaryKey</name>
          <default>null</default>
          <type>string</type>
        </argument>
      </method>
      <method final="false" abstract="false" static="false" visibility="protected" namespace="" line="387" package="ZendX_Db\Adapter">
        <name>_beginTransaction</name>
        <full_name>\ZendX_Db_Adapter_Firebird::_beginTransaction()</full_name>
        <docblock line="387">
          <description>Begin a transaction.</description>
          <long-description></long-description>
          <tag name="return" line="387" description="" type="void">
            <type>void</type>
          </tag>
        </docblock>
      </method>
      <method final="false" abstract="false" static="false" visibility="protected" namespace="" line="402" package="ZendX_Db\Adapter">
        <name>_commit</name>
        <full_name>\ZendX_Db_Adapter_Firebird::_commit()</full_name>
        <docblock line="402">
          <description>Commit a transaction.</description>
          <long-description></long-description>
          <tag name="return" line="402" description="" type="void">
            <type>void</type>
          </tag>
        </docblock>
      </method>
      <method final="false" abstract="false" static="false" visibility="protected" namespace="" line="419" package="ZendX_Db\Adapter">
        <name>_rollBack</name>
        <full_name>\ZendX_Db_Adapter_Firebird::_rollBack()</full_name>
        <docblock line="419">
          <description>Roll-back a transaction.</description>
          <long-description></long-description>
          <tag name="return" line="419" description="" type="void">
            <type>void</type>
          </tag>
        </docblock>
      </method>
      <method final="false" abstract="false" static="false" visibility="public" namespace="" line="437" package="ZendX_Db\Adapter">
        <name>setFetchMode</name>
        <full_name>\ZendX_Db_Adapter_Firebird::setFetchMode()</full_name>
        <docblock line="437">
          <description>Set the fetch mode.</description>
          <long-description></long-description>
          <tag name="param" line="437" description="" type="int" variable="$mode">
            <type>int</type>
          </tag>
          <tag name="return" line="437" description="" type="void">
            <type>void</type>
          </tag>
        </docblock>
        <argument line="0" by_reference="false">
          <name>$mode</name>
          <default></default>
          <type>int</type>
        </argument>
      </method>
      <method final="false" abstract="false" static="false" visibility="public" namespace="" line="467" package="ZendX_Db\Adapter">
        <name>limit</name>
        <full_name>\ZendX_Db_Adapter_Firebird::limit()</full_name>
        <docblock line="467">
          <description>Adds an adapter-specific LIMIT clause to the SELECT statement.</description>
          <long-description></long-description>
          <tag name="param" line="467" description="" type="string" variable="$sql">
            <type>string</type>
          </tag>
          <tag name="param" line="467" description="" type="integer" variable="$count">
            <type>integer</type>
          </tag>
          <tag name="param" line="467" description="" type="integer" variable="$offset">
            <type>integer</type>
          </tag>
          <tag name="throws" line="467" description="" type="\Zend_Db_Adapter_Exception">
            <type link="Zend_Db_Adapter_Exception.html">\Zend_Db_Adapter_Exception</type>
          </tag>
          <tag name="return" line="467" description="" type="string">
            <type>string</type>
          </tag>
        </docblock>
        <argument line="0" by_reference="false">
          <name>$sql</name>
          <default></default>
          <type>string</type>
        </argument>
        <argument line="0" by_reference="false">
          <name>$count</name>
          <default></default>
          <type>integer</type>
        </argument>
        <argument line="0" by_reference="false">
          <name>$offset</name>
          <default>0</default>
          <type>integer</type>
        </argument>
      </method>
      <method final="false" abstract="false" static="false" visibility="public" namespace="" line="508" package="ZendX_Db\Adapter">
        <name>quoteTableAs</name>
        <full_name>\ZendX_Db_Adapter_Firebird::quoteTableAs()</full_name>
        <docblock line="508">
          <description>Quote a table identifier and alias.</description>
          <long-description></long-description>
          <tag name="param" line="508" description="&lt;p&gt;The identifier or expression.&lt;/p&gt;" type="string|array|\Zend_Db_Expr" variable="$ident">
            <type>string</type>
            <type>array</type>
            <type link="Zend_Db_Expr.html">\Zend_Db_Expr</type>
          </tag>
          <tag name="param" line="508" description="&lt;p&gt;An alias for the table.&lt;/p&gt;" type="string" variable="$alias">
            <type>string</type>
          </tag>
          <tag name="param" line="508" description="&lt;p&gt;If true, heed the AUTO_QUOTE_IDENTIFIERS config option.&lt;/p&gt;" type="boolean" variable="$auto">
            <type>boolean</type>
          </tag>
          <tag name="return" line="508" description="The quoted identifier and alias." type="string">
            <type>string</type>
          </tag>
        </docblock>
        <argument line="0" by_reference="false">
          <name>$ident</name>
          <default></default>
          <type>string|array|\Zend_Db_Expr</type>
        </argument>
        <argument line="0" by_reference="false">
          <name>$alias</name>
          <default>null</default>
          <type>string</type>
        </argument>
        <argument line="0" by_reference="false">
          <name>$auto</name>
          <default>false</default>
          <type>boolean</type>
        </argument>
      </method>
      <method final="false" abstract="false" static="false" visibility="public" namespace="" line="522" package="ZendX_Db\Adapter">
        <name>lastSequenceId</name>
        <full_name>\ZendX_Db_Adapter_Firebird::lastSequenceId()</full_name>
        <docblock line="522">
          <description>Return the most recent value from the specified sequence in the database.</description>
          <long-description>This is supported only on RDBMS brands that support sequences
(e.g. Firebird, Oracle, PostgreSQL, DB2).  Other RDBMS brands return null.</long-description>
          <tag name="param" line="522" description="" type="string" variable="$sequenceName">
            <type>string</type>
          </tag>
          <tag name="return" line="522" description="" type="string">
            <type>string</type>
          </tag>
        </docblock>
        <argument line="0" by_reference="false">
          <name>$sequenceName</name>
          <default></default>
          <type>string</type>
        </argument>
      </method>
      <method final="false" abstract="false" static="false" visibility="public" namespace="" line="538" package="ZendX_Db\Adapter">
        <name>nextSequenceId</name>
        <full_name>\ZendX_Db_Adapter_Firebird::nextSequenceId()</full_name>
        <docblock line="538">
          <description>Generate a new value from the specified sequence in the database, and return it.</description>
          <long-description>This is supported only on RDBMS brands that support sequences
(e.g. Firebird, Oracle, PostgreSQL, DB2).  Other RDBMS brands return null.</long-description>
          <tag name="param" line="538" description="" type="string" variable="$sequenceName">
            <type>string</type>
          </tag>
          <tag name="return" line="538" description="" type="integer">
            <type>integer</type>
          </tag>
        </docblock>
        <argument line="0" by_reference="false">
          <name>$sequenceName</name>
          <default></default>
          <type>string</type>
        </argument>
      </method>
      <method final="false" abstract="false" static="false" visibility="public" namespace="" line="552" package="ZendX_Db\Adapter">
        <name>supportsParameters</name>
        <full_name>\ZendX_Db_Adapter_Firebird::supportsParameters()</full_name>
        <docblock line="552">
          <description>Check if the adapter supports real SQL parameters.</description>
          <long-description></long-description>
          <tag name="param" line="552" description="&lt;p&gt;'positional' or 'named'&lt;/p&gt;" type="string" variable="$type">
            <type>string</type>
          </tag>
          <tag name="return" line="552" description="" type="bool">
            <type>bool</type>
          </tag>
        </docblock>
        <argument line="0" by_reference="false">
          <name>$type</name>
          <default></default>
          <type>string</type>
        </argument>
      </method>
      <method final="false" abstract="false" static="false" visibility="public" namespace="" line="568" package="ZendX_Db\Adapter">
        <name>isConnected</name>
        <full_name>\ZendX_Db_Adapter_Firebird::isConnected()</full_name>
        <docblock line="568">
          <description>Test if a connection is active</description>
          <long-description></long-description>
          <tag name="return" line="568" description="" type="boolean">
            <type>boolean</type>
          </tag>
        </docblock>
      </method>
      <method final="false" abstract="false" static="false" visibility="public" namespace="" line="579" package="ZendX_Db\Adapter">
        <name>getServerVersion</name>
        <full_name>\ZendX_Db_Adapter_Firebird::getServerVersion()</full_name>
        <docblock line="579">
          <description>Retrieve server version in PHP style</description>
          <long-description></long-description>
          <tag name="return" line="579" description="" type="string">
            <type>string</type>
          </tag>
        </docblock>
      </method>
    </class>
    <source>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</source>
  </file>
  <file path="Db/Statement/Firebird/Exception.php" generated-path="Db.Statement.Firebird.Exception.html" hash="ad1c6708e35dc24343188a9e7d8846dd" package="ZendX_Db">
    <docblock line="0">
      <description>Zend Framework</description>
      <long-description>LICENSE

This source file is subject to the new BSD license that is bundled
with this package in the file LICENSE.txt.
It is also available through the world-wide-web at this URL:
http://framework.zend.com/license/new-bsd
If you did not receive a copy of the license and are unable to
obtain it through the world-wide-web, please send an email
to license@zend.com so we can send you a copy immediately.</long-description>
      <tag name="category" line="0" description="Zend"/>
      <tag name="package" line="0" description="ZendX_Db"/>
      <tag name="subpackage" line="0" description="Statement"/>
      <tag name="copyright" line="0" description="Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)"/>
      <tag name="license" line="0" description="New BSD License" link="http://framework.zend.com/license/new-bsd"/>
      <tag name="version" line="0" description="$Id: $"/>
    </docblock>
    <class final="false" abstract="false" namespace="" line="37" package="ZendX_Db\Statement">
      <extends>\Zend_Db_Statement_Exception</extends>
      <name>ZendX_Db_Statement_Firebird_Exception</name>
      <full_name>\ZendX_Db_Statement_Firebird_Exception</full_name>
      <docblock line="37">
        <description>ZendX_Db_Adapter_Firebird_Exception</description>
        <long-description></long-description>
        <tag name="category" line="37" description="ZendX"/>
        <tag name="package" line="37" description="ZendX_Db"/>
        <tag name="subpackage" line="37" description="Statement"/>
        <tag name="copyright" line="37" description="Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)"/>
        <tag name="license" line="37" description="New BSD License" link="http://framework.zend.com/license/new-bsd"/>
      </docblock>
    </class>
    <source>eJzdU9Fu0zAUfc9X3IdJ2yqalAleChIdaydVqvZAhzTxEjn2bWLm2MF2mpaJf+faTTIQaOKZPMXH5x6fe679/kNTNUk2mSQwgS+oBdxaVmNn7CMhAdysb1Z321W/uq+kA2dayxF2UiGEZVt8Re7BG/AVgsYOPm6XoCRH7ZAw5gOtaLVQKIJKJ31FOIEN44+sJBkda6Nkf2LqDz4N7HUsZ8oZYHsmFStUULWmLatYRW6VmHZS4LTDAui4qP3502Ye6ivvm3mW7YbG0u/UZ8pNnfUWM7I8LVy0tt7B0bQgpABtPFjkKPcIDLhpjmB28cChNUZ5MYvQ6pMnExRM4Rm1I/0LHl9Bo5CRgguRMw1YU2OhmkLs1ReDTcobOgROtEgP/no/sq5RSOZRHdN+QgtOy9LYI0AcaMSGmHvsIV8WEafRDVtbT3U1an8SIXUry8oD3Iy/F/wSrmazt9Or2es3p9tyj7zSRplSIgW+vYa15ilc9JF3XTeGfRl1h+To++exBDLc9bdqc9qLYnu0Thodts/WYg5nhGbJcJsXDjGapGbzsbt8deDYeCqLZIvfWmkxN5ou9HlgZ8siG9nZyE7pnZy/S359KiHF/FqwxqPNb0mlkFb8pv+3eTzAfzuRLOGKOfccznPqf8YDePDEcy+O6Cn5kSQ/AU34hCQ=</source>
  </file>
  <file path="Db/Statement/Firebird.php" generated-path="Db.Statement.Firebird.html" hash="c9297526106a239a7a48fac73c4047a2" package="ZendX_Db">
    <docblock line="0">
      <description>Zend Framework</description>
      <long-description>LICENSE

This source file is subject to the new BSD license that is bundled
with this package in the file LICENSE.txt.
It is also available through the world-wide-web at this URL:
http://framework.zend.com/license/new-bsd
If you did not receive a copy of the license and are unable to
obtain it through the world-wide-web, please send an email
to license@zend.com so we can send you a copy immediately.</long-description>
      <tag name="category" line="0" description="ZendX"/>
      <tag name="package" line="0" description="ZendX_Db"/>
      <tag name="subpackage" line="0" description="Statement"/>
      <tag name="copyright" line="0" description="Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)"/>
      <tag name="license" line="0" description="New BSD License" link="http://framework.zend.com/license/new-bsd"/>
      <tag name="version" line="0" description="$Id: $"/>
    </docblock>
    <class final="false" abstract="false" namespace="" line="37" package="ZendX_Db\Statement">
      <extends>\Zend_Db_Statement</extends>
      <name>ZendX_Db_Statement_Firebird</name>
      <full_name>\ZendX_Db_Statement_Firebird</full_name>
      <docblock line="37">
        <description>Extends for Firebird</description>
        <long-description></long-description>
        <tag name="category" line="37" description="ZendX"/>
        <tag name="package" line="37" description="ZendX_Db"/>
        <tag name="subpackage" line="37" description="Statement"/>
        <tag name="copyright" line="37" description="Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)"/>
        <tag name="license" line="37" description="New BSD License" link="http://framework.zend.com/license/new-bsd"/>
      </docblock>
      <property static="false" visibility="protected" line="45" namespace="" package="ZendX_Db\Statement">
        <name>$_stmtPrepared</name>
        <default>null</default>
        <docblock line="45">
          <description>The firebird_stmtPrepared resource.</description>
          <long-description></long-description>
          <tag name="var" line="45" description="" type="\firebird_stmtPrepared" variable="">
            <type link="firebird_stmtPrepared.html">\firebird_stmtPrepared</type>
          </tag>
        </docblock>
      </property>
      <property static="false" visibility="protected" line="52" namespace="" package="ZendX_Db\Statement">
        <name>$_stmtResult</name>
        <default>null</default>
        <docblock line="52">
          <description>The firebird_stmtResult resource.</description>
          <long-description></long-description>
          <tag name="var" line="52" description="" type="\firebird_result" variable="">
            <type link="firebird_result.html">\firebird_result</type>
          </tag>
        </docblock>
      </property>
      <property static="false" visibility="protected" line="59" namespace="" package="ZendX_Db\Statement">
        <name>$_stmtRowCount</name>
        <default>0</default>
        <docblock line="59">
          <description>The firebird_stmtResult resource.</description>
          <long-description></long-description>
          <tag name="var" line="59" description="" type="\firebird_result" variable="">
            <type link="firebird_result.html">\firebird_result</type>
          </tag>
        </docblock>
      </property>
      <property static="false" visibility="protected" line="66" namespace="" package="ZendX_Db\Statement">
        <name>$_stmtColumnCount</name>
        <default>0</default>
        <docblock line="66">
          <description>The firebird_stmtResult resource.</description>
          <long-description></long-description>
          <tag name="var" line="66" description="" type="\firebird_result" variable="">
            <type link="firebird_result.html">\firebird_result</type>
          </tag>
        </docblock>
      </property>
      <property static="false" visibility="protected" line="73" namespace="" package="ZendX_Db\Statement">
        <name>$_keys</name>
        <default>array()</default>
        <docblock line="73">
          <description>Column names.</description>
          <long-description></long-description>
          <tag name="var" line="73" description="" type="array" variable="">
            <type>array</type>
          </tag>
        </docblock>
      </property>
      <property static="false" visibility="protected" line="80" namespace="" package="ZendX_Db\Statement">
        <name>$_values</name>
        <default>array()</default>
        <docblock line="80">
          <description>Fetched result values.</description>
          <long-description></long-description>
          <tag name="var" line="80" description="" type="array" variable="">
            <type>array</type>
          </tag>
        </docblock>
      </property>
      <property static="false" visibility="protected" line="85" namespace="" package="ZendX_Db\Statement">
        <name>$_meta</name>
        <default>null</default>
        <docblock line="85">
          <description></description>
          <long-description></long-description>
          <tag name="var" line="85" description="" type="array" variable="">
            <type>array</type>
          </tag>
        </docblock>
      </property>
      <method final="false" abstract="false" static="false" visibility="public" namespace="" line="92" package="ZendX_Db\Statement">
        <name>_prepare</name>
        <full_name>\ZendX_Db_Statement_Firebird::_prepare()</full_name>
        <docblock line="92">
          <description></description>
          <long-description></long-description>
          <tag name="param" line="92" description="" type="string" variable="$sql">
            <type>string</type>
          </tag>
          <tag name="return" line="92" description="" type="void">
            <type>void</type>
          </tag>
          <tag name="throws" line="92" description="" type="\ZendX_Db_Statement_Firebird_Exception">
            <type link="ZendX_Db_Statement_Firebird_Exception.html">\ZendX_Db_Statement_Firebird_Exception</type>
          </tag>
        </docblock>
        <argument line="0" by_reference="false">
          <name>$sql</name>
          <default></default>
          <type>string</type>
        </argument>
      </method>
      <method final="false" abstract="false" static="false" visibility="protected" namespace="" line="124" package="ZendX_Db\Statement">
        <name>_bindParam</name>
        <full_name>\ZendX_Db_Statement_Firebird::_bindParam()</full_name>
        <docblock line="124">
          <description>Binds a parameter to the specified variable name.</description>
          <long-description></long-description>
          <tag name="param" line="124" description="&lt;p&gt;Name the parameter, either integer or string.&lt;/p&gt;" type="mixed" variable="$parameter">
            <type>mixed</type>
          </tag>
          <tag name="param" line="124" description="&lt;p&gt;Reference to PHP variable containing the value.&lt;/p&gt;" type="mixed" variable="$variable">
            <type>mixed</type>
          </tag>
          <tag name="param" line="124" description="&lt;p&gt;OPTIONAL Datatype of SQL parameter.&lt;/p&gt;" type="mixed" variable="$type">
            <type>mixed</type>
          </tag>
          <tag name="param" line="124" description="&lt;p&gt;OPTIONAL Length of SQL parameter.&lt;/p&gt;" type="mixed" variable="$length">
            <type>mixed</type>
          </tag>
          <tag name="param" line="124" description="&lt;p&gt;OPTIONAL Other options.&lt;/p&gt;" type="mixed" variable="$options">
            <type>mixed</type>
          </tag>
          <tag name="return" line="124" description="" type="bool">
            <type>bool</type>
          </tag>
          <tag name="throws" line="124" description="" type="\ZendX_Db_Statement_Firebird_Exception">
            <type link="ZendX_Db_Statement_Firebird_Exception.html">\ZendX_Db_Statement_Firebird_Exception</type>
          </tag>
        </docblock>
        <argument line="0" by_reference="false">
          <name>$parameter</name>
          <default></default>
          <type>mixed</type>
        </argument>
        <argument line="0" by_reference="true">
          <name>$variable</name>
          <default></default>
          <type>mixed</type>
        </argument>
        <argument line="0" by_reference="false">
          <name>$type</name>
          <default>null</default>
          <type>mixed</type>
        </argument>
        <argument line="0" by_reference="false">
          <name>$length</name>
          <default>null</default>
          <type>mixed</type>
        </argument>
        <argument line="0" by_reference="false">
          <name>$options</name>
          <default>null</default>
          <type>mixed</type>
        </argument>
      </method>
      <method final="false" abstract="false" static="false" visibility="public" namespace="" line="134" package="ZendX_Db\Statement">
        <name>close</name>
        <full_name>\ZendX_Db_Statement_Firebird::close()</full_name>
        <docblock line="134">
          <description>Closes the cursor and the statement.</description>
          <long-description></long-description>
          <tag name="return" line="134" description="" type="bool">
            <type>bool</type>
          </tag>
        </docblock>
      </method>
      <method final="false" abstract="false" static="false" visibility="public" namespace="" line="154" package="ZendX_Db\Statement">
        <name>closeCursor</name>
        <full_name>\ZendX_Db_Statement_Firebird::closeCursor()</full_name>
        <docblock line="154">
          <description>Closes the cursor, allowing the statement to be executed again.</description>
          <long-description></long-description>
          <tag name="return" line="154" description="" type="bool">
            <type>bool</type>
          </tag>
        </docblock>
      </method>
      <method final="false" abstract="false" static="false" visibility="public" namespace="" line="168" package="ZendX_Db\Statement">
        <name>columnCount</name>
        <full_name>\ZendX_Db_Statement_Firebird::columnCount()</full_name>
        <docblock line="168">
          <description>Returns the number of columns in the result set.</description>
          <long-description>Returns null if the statement has no result set metadata.</long-description>
          <tag name="return" line="168" description="The number of columns." type="int">
            <type>int</type>
          </tag>
        </docblock>
      </method>
      <method final="false" abstract="false" static="false" visibility="public" namespace="" line="179" package="ZendX_Db\Statement">
        <name>errorCode</name>
        <full_name>\ZendX_Db_Statement_Firebird::errorCode()</full_name>
        <docblock line="179">
          <description>Retrieves the error code, if any, associated with the last operation on
the statement handle.</description>
          <long-description></long-description>
          <tag name="return" line="179" description="error code." type="string">
            <type>string</type>
          </tag>
        </docblock>
      </method>
      <method final="false" abstract="false" static="false" visibility="public" namespace="" line="193" package="ZendX_Db\Statement">
        <name>errorInfo</name>
        <full_name>\ZendX_Db_Statement_Firebird::errorInfo()</full_name>
        <docblock line="193">
          <description>Retrieves an array of error information, if any, associated with the
last operation on the statement handle.</description>
          <long-description></long-description>
          <tag name="return" line="193" description="" type="array">
            <type>array</type>
          </tag>
        </docblock>
      </method>
      <method final="false" abstract="false" static="false" visibility="public" namespace="" line="211" package="ZendX_Db\Statement">
        <name>_execute</name>
        <full_name>\ZendX_Db_Statement_Firebird::_execute()</full_name>
        <docblock line="211">
          <description>Executes a prepared statement.</description>
          <long-description></long-description>
          <tag name="param" line="211" description="&lt;p&gt;OPTIONAL Values to bind to parameter placeholders.&lt;/p&gt;" type="array" variable="$params">
            <type>array</type>
          </tag>
          <tag name="return" line="211" description="" type="bool">
            <type>bool</type>
          </tag>
          <tag name="throws" line="211" description="" type="\ZendX_Db_Statement_Firebird_Exception">
            <type link="ZendX_Db_Statement_Firebird_Exception.html">\ZendX_Db_Statement_Firebird_Exception</type>
          </tag>
        </docblock>
        <argument line="0" by_reference="false">
          <name>$params</name>
          <default>null</default>
          <type>array</type>
        </argument>
      </method>
      <method final="false" abstract="false" static="false" visibility="public" namespace="" line="292" package="ZendX_Db\Statement">
        <name>fetch</name>
        <full_name>\ZendX_Db_Statement_Firebird::fetch()</full_name>
        <docblock line="292">
          <description>Fetches a row from the result set.</description>
          <long-description></long-description>
          <tag name="param" line="292" description="&lt;p&gt;OPTIONAL Fetch mode for this fetch operation.&lt;/p&gt;" type="int" variable="$style">
            <type>int</type>
          </tag>
          <tag name="param" line="292" description="&lt;p&gt;OPTIONAL Absolute, relative, or other.&lt;/p&gt;" type="int" variable="$cursor">
            <type>int</type>
          </tag>
          <tag name="param" line="292" description="&lt;p&gt;OPTIONAL Number for absolute or relative cursors.&lt;/p&gt;" type="int" variable="$offset">
            <type>int</type>
          </tag>
          <tag name="return" line="292" description="Array, object, or scalar depending on fetch mode." type="mixed">
            <type>mixed</type>
          </tag>
          <tag name="throws" line="292" description="" type="\Zend_Db_Statement_Exception">
            <type link="Zend_Db_Statement_Exception.html">\Zend_Db_Statement_Exception</type>
          </tag>
        </docblock>
        <argument line="0" by_reference="false">
          <name>$style</name>
          <default>null</default>
          <type>int</type>
        </argument>
        <argument line="0" by_reference="false">
          <name>$cursor</name>
          <default>null</default>
          <type>int</type>
        </argument>
        <argument line="0" by_reference="false">
          <name>$offset</name>
          <default>null</default>
          <type>int</type>
        </argument>
      </method>
      <method final="false" abstract="false" static="false" visibility="public" namespace="" line="347" package="ZendX_Db\Statement">
        <name>nextRowset</name>
        <full_name>\ZendX_Db_Statement_Firebird::nextRowset()</full_name>
        <docblock line="347">
          <description>Retrieves the next rowset (result set) for a SQL statement that has
multiple result sets.  An example is a stored procedure that returns
the results of multiple queries.</description>
          <long-description></long-description>
          <tag name="return" line="347" description="" type="bool">
            <type>bool</type>
          </tag>
          <tag name="throws" line="347" description="" type="\ZendX_Db_Statement_Firebird_Exception">
            <type link="ZendX_Db_Statement_Firebird_Exception.html">\ZendX_Db_Statement_Firebird_Exception</type>
          </tag>
        </docblock>
      </method>
      <method final="false" abstract="false" static="false" visibility="public" namespace="" line="364" package="ZendX_Db\Statement">
        <name>rowCount</name>
        <full_name>\ZendX_Db_Statement_Firebird::rowCount()</full_name>
        <docblock line="364">
          <description>Returns the number of rows affected by the execution of the
last INSERT, DELETE, or UPDATE statement executed by this
statement object.</description>
          <long-description></long-description>
          <tag name="return" line="364" description="The number of rows affected." type="int">
            <type>int</type>
          </tag>
          <tag name="throws" line="364" description="" type="\Zend_Db_Statement_Exception">
            <type link="Zend_Db_Statement_Exception.html">\Zend_Db_Statement_Exception</type>
          </tag>
        </docblock>
      </method>
    </class>
    <source>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</source>
  </file>
  <file path="Application/Resource/Jquery.php" generated-path="Application.Resource.Jquery.html" hash="76a314453f33fdce362b2864e1587e0d" package="ZendX_Application">
    <docblock line="0">
      <description>Zend Framework</description>
      <long-description>LICENSE

This source file is subject to the new BSD license that is bundled
with this package in the file LICENSE.txt.
It is also available through the world-wide-web at this URL:
http://framework.zend.com/license/new-bsd
If you did not receive a copy of the license and are unable to
obtain it through the world-wide-web, please send an email
to license@zend.com so we can send you a copy immediately.</long-description>
      <tag name="category" line="0" description="ZendX"/>
      <tag name="package" line="0" description="ZendX_Application"/>
      <tag name="subpackage" line="0" description="Resource"/>
      <tag name="copyright" line="0" description="Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)"/>
      <tag name="license" line="0" description="New BSD License" link="http://framework.zend.com/license/new-bsd"/>
      <tag name="version" line="0" description="$Id: Jquery.php 20240 2010-01-13 04:51:56Z matthew $"/>
    </docblock>
    <class final="false" abstract="false" namespace="" line="57" package="ZendX_Application\Resource">
      <extends>\Zend_Application_Resource_ResourceAbstract</extends>
      <name>ZendX_Application_Resource_Jquery</name>
      <full_name>\ZendX_Application_Resource_Jquery</full_name>
      <docblock line="57">
        <description>JQuery application resource</description>
        <long-description>Example configuration:
&lt;pre&gt;
  resources.Jquery.noconflictmode = false        ; default
  resources.Jquery.version = 1.7.1               ; &lt;null&gt;
  resources.Jquery.localpath = "/foo/bar"
  resources.Jquery.enable = true
  resources.Jquery.uienable = true;
  resources.Jquery.ui_enable = true;
  resources.Jquery.uiversion = 0.7.7;
  resources.Jquery.ui_version = 0.7.7;
  resources.Jquery.uilocalpath = "/bar/foo";
  resources.Jquery.ui_localpath = "/bar/foo";
  resources.Jquery.cdn_ssl = false
  resources.Jquery.render_mode = 255 ; default
  resources.Jquery.rendermode = 255 ; default

  resources.Jquery.javascriptfile = "/some/file.js"
  resources.Jquery.javascriptfiles.0 = "/some/file.js"
  resources.Jquery.stylesheet = "/some/file.css"
  resources.Jquery.stylesheets.0 = "/some/file.css"
&lt;/pre&gt;

Resource for settings JQuery options</long-description>
        <tag name="uses" line="57" description="" link="Zend_Application_Resource_ResourceAbstract"/>
        <tag name="category" line="57" description="ZendX"/>
        <tag name="package" line="57" description="ZendX_Application"/>
        <tag name="subpackage" line="57" description="Resource"/>
        <tag name="copyright" line="57" description="Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)"/>
        <tag name="license" line="57" description="New BSD License" link="http://framework.zend.com/license/new-bsd"/>
      </docblock>
      <property static="false" visibility="protected" line="63" namespace="" package="ZendX_Application\Resource">
        <name>$_jquery</name>
        <default></default>
        <docblock line="63">
          <description></description>
          <long-description></long-description>
          <tag name="var" line="63" description="" type="\ZendX_JQuery_View_Helper_JQuery_Container" variable="">
            <type link="ZendX_JQuery_View_Helper_JQuery_Container.html">\ZendX_JQuery_View_Helper_JQuery_Container</type>
          </tag>
        </docblock>
      </property>
      <property static="false" visibility="protected" line="68" namespace="" package="ZendX_Application\Resource">
        <name>$_view</name>
        <default></default>
        <docblock line="68">
          <description></description>
          <long-description></long-description>
          <tag name="var" line="68" description="" type="\Zend_View" variable="">
            <type link="Zend_View.html">\Zend_View</type>
          </tag>
        </docblock>
      </property>
      <method final="false" abstract="false" static="false" visibility="public" namespace="" line="75" package="ZendX_Application\Resource">
        <name>init</name>
        <full_name>\ZendX_Application_Resource_Jquery::init()</full_name>
        <docblock line="75">
          <description>Defined by Zend_Application_Resource_Resource</description>
          <long-description></long-description>
          <tag name="return" line="75" description="" type="\ZendX_JQuery_View_Helper_JQuery_Container">
            <type link="ZendX_JQuery_View_Helper_JQuery_Container.html">\ZendX_JQuery_View_Helper_JQuery_Container</type>
          </tag>
        </docblock>
      </method>
      <method final="false" abstract="false" static="false" visibility="public" namespace="" line="85" package="ZendX_Application\Resource">
        <name>getJquery</name>
        <full_name>\ZendX_Application_Resource_Jquery::getJquery()</full_name>
        <docblock line="85">
          <description>Retrieve JQuery View Helper</description>
          <long-description></long-description>
          <tag name="return" line="85" description="" type="\ZendX_JQuery_View_Helper_JQuery_Container">
            <type link="ZendX_JQuery_View_Helper_JQuery_Container.html">\ZendX_JQuery_View_Helper_JQuery_Container</type>
          </tag>
        </docblock>
      </method>
      <method final="false" abstract="false" static="false" visibility="protected" namespace="" line="106" package="ZendX_Application\Resource">
        <name>_parseOptions</name>
        <full_name>\ZendX_Application_Resource_Jquery::_parseOptions()</full_name>
        <docblock line="106">
          <description>Parse options to find those pertinent to jquery helper and invoke them</description>
          <long-description></long-description>
          <tag name="param" line="106" description="" type="array" variable="$options">
            <type>array</type>
          </tag>
          <tag name="return" line="106" description="" type="void">
            <type>void</type>
          </tag>
        </docblock>
        <argument line="0" by_reference="false">
          <name>$options</name>
          <default></default>
          <type>array</type>
        </argument>
      </method>
    </class>
    <source>eJzlWG1z00YQ/u5fsTAeIjP1W0rKjBOnQAjTZFIKCTAdOoznLK3tS2SduDvZuIX/3r3TiyVbMnZMP/U+ONZpn315dm9vnZNfw0lYaz9+XIPH8BEDD15JNsW5kHe0YzavLs7OX9+cJ0/vJlyBEpF0EUbcRzCP0fAWXQ1agJ4gBDiHFzcvwecuBgppj2kjNowCz0fPaJlzPaF92gyZe8fGpCawWKsysdjSX3TLSF9YOPOVADZj3GdD32iVIhpPLIq89b3mnHvYnOMQyJzV/f76qmfwE63DXrs9SgNr/U1xtlwxbScutsnl5lBZ1y5GsBAReNyDQGiQ6CKfITBwRbgAMbIG09AY8cUkQhTEPgmjQQw1o3C43uDjTxD6yEiDMpSzAHBKgRk0kZhof5a6SXzDHMElMStu/Ev84dMpepxp9BetJEPPXHocC7kAsAn9026mPKebg+dhSHaY5iKwApTEVOYa4wTH2siM5OOJBjjLvjpuAw47naPmYaf7JC6bd+hOAuGLMUdi/uY5XARuC5yE+/l8nrHesHpTCmltnR8jDK+T8rqK31llM5SKAjGv6xdeDy4/RygXLSptcvPwSYc+u51mp9vs/gydJ72jbu/ol48wZZoyM4c66WjX0kNw+dZggS35oSLICDES51/YlNJHGQhGfBxJK2Qr7SSUeGq+QIZRrcSZQBh50qmnwkPow4gq2sZv1jF4OGKRryvQaYR96LaetrpQXMdwEkS+X2XaFy7zQ0Znrg8P2yMh2kMmH1YIY1zLfdAywgqZiBekjivFBlvKLcPrUHhPNyjcWrIYNAVsAn+4QfNuANcLBkr5aR4rpCRVMspBkvHDo6PvJjpGVAAqMLfUFpUreaht/zTuKzHFtnlq3aqqTBdhqtXZGqn0ggATRL0CcdUWmHVLKeyknRwg85C2IRgJSY1Pax6MVXo8RWgOnUp7XqSo68TLdKN8dxukerIvz4dKS+bq/2e3bNdcnym1HtiSqDhjNYPHL5rk1C6s/mOBtpuaZdozk4m5OHuDDxzng9/QD+lsJFtnIjDXJsoE1bZ/Qyk0jRboQX1wa706rlWqt2or4TN6uQ5+iSMy6sFwsUWICSgzLFFHMrhvaNGQLMEoClx7yfCAa6dhX8UMgj1F1kLdzDPN0zHqODVO49iKfFuL5xq15EgDS3JOjDsQu/Ofep9zbSUEPgLHXE7Q7/fTQJJcNnJiZi3DfCGENuUUOo3m6TB7ODBJPEiCX0HZBEO/Skku/enKR97rxTeVIcDJa6wwFjKp8I+4CTlLk+lOo7Fiqxj40k1ro3l6+zaf1lxq14sgOwflBfDGOJa2RzNNUn17NIEK2qWsUhPFwI7qiScTm2w7yfJgJu7MZI3T1VqhcNkUaNaVbAH1rPkWK2kmuFdx/LI6KRJX1LdaOdT3kbkTcFIBYArqd0j0nUJ9xvwIVytI0S8Ld+JQ1jV11zlKx8g3VsXMcs34fVCcyg56a2JmmRJ+4FAZ+o1ys1VVVXKeej2PK1Npr8VZYvl3suys1FlWBoBmStzDXFzXW1or3R1SGu7WATGByTxWwVyxyi+TKm+e0nX+IQY6CaPlDm00nQ1suxu/MtA3BN3DfDa1lphPJQb3puc935+g3BC8ycc9eHzPfwSTySy9u/kzL7hR/h6Wc/N5JUPLiXx3B68t1h65+ztZnNN3dIJ53mWGf0X4H+aIqvAkadtZ1/5rDffJNnLzfVMj3SEiq+qHtbTlL5Xdub7JsHvwnPuptJljSIxYPpeoe7Ka9z2nbE9el4K5kcbcqA5XypjKyiT9r8LBpwY8egTxhQul7wsWvn6FEl2D7ykbVGt78D11JQLZ+8ZSX+l4u0Z9xM8ttjD+ld371QpexjNFxQBZyvZmekq5IWrWAl+GvWPUuF/MXlnE8ee32r9wbJL2</source>
  </file>
  <file path="Console/Exception.php" generated-path="Console.Exception.html" hash="749ecc6da0b20082d5b986f9feb9f994" package="ZendX_Whois">
    <docblock line="0">
      <description>Zend Framework</description>
      <long-description>LICENSE

This source file is subject to the new BSD license that is bundled
with this package in the file LICENSE.txt.
It is also available through the world-wide-web at this URL:
http://framework.zend.com/license/new-bsd
If you did not receive a copy of the license and are unable to
obtain it through the world-wide-web, please send an email
to license@zend.com so we can send you a copy immediately.</long-description>
      <tag name="category" line="0" description="ZendX"/>
      <tag name="package" line="0" description="ZendX_Whois"/>
      <tag name="copyright" line="0" description="Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)"/>
      <tag name="license" line="0" description="New BSD License" link="http://framework.zend.com/license/new-bsd"/>
      <tag name="version" line="0" description="$Id$"/>
    </docblock>
    <class final="false" abstract="false" namespace="" line="36" package="ZendX_Console">
      <extends>\ZendX_Exception</extends>
      <name>ZendX_Console_Exception</name>
      <full_name>\ZendX_Console_Exception</full_name>
      <docblock line="36">
        <description>Exception class for ZendX_Console</description>
        <long-description></long-description>
        <tag name="category" line="36" description="ZendX"/>
        <tag name="package" line="36" description="ZendX_Console"/>
        <tag name="uses" line="36" description="" link="Zend_Exception"/>
        <tag name="copyright" line="36" description="Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)"/>
        <tag name="license" line="36" description="New BSD License" link="http://framework.zend.com/license/new-bsd"/>
      </docblock>
    </class>
    <source>eJzVUsGO0zAQvecr5rDS7lY0KSu4LEgUSpEqVXugi0BcVo4zScy6nmA7TbuIf2fsOl2tkBAc8Sl+8+b5zcu8ftO1XVZMJhlM4CuaCj5YscWB7D0jAVyvFsubzTLdblvlwFFvJUKtNEK49uU3lB48gW8RDA7wbvMetJJoHDImfKCVvak0VkFlUL5lnMFOyHvRsIyJvVEyvZj7vc8DexXbhXYEYieUFqUOqpb6po1d7FZX00FVOB2wBH4uan/6uL4O/a333XVR1ONg+QPPmUvaFsliwZanpYvWVjUcqIdKVWDIg0WJaocgQFJ3AKrjg+NogvMSFqE3R08UFKj0gsdR/g8en0GnUbCCC5ELA7jlwUI3h5jU56NNzhsGBMm0SA/+kh+13WKlhEd9yNMfmku+NmQPEP/nl4iNMSfs7nNLyh3ZLGNV03qAxenzQl7C1Wz2cno1e/7iuBa3KFtDmhqFnOzmLayMzOEiZTsMwynVy6g7RgR/Hz+Ec5O2Z32sRa0dWqfIcPVsVZ0xVGTjys4dYpppuZfYeeZFgsXvvbJ4R4Y39TwyihMj56U/f3USOeEgtXAOarJJc0HGkcZ/ifaxBea947DiCbUnDv+H5IvsmMeTwR6nANx7rrjf8v+R/cx+AREIadM=</source>
  </file>
  <file path="Console/Process/Exception.php" generated-path="Console.Process.Exception.html" hash="e6246e40e700fa49f4d6ef3bc9167f8a" package="ZendX_Console">
    <docblock line="0">
      <description>Zend Framework</description>
      <long-description>LICENSE

This source file is subject to the new BSD license that is bundled
with this package in the file LICENSE.txt.
It is also available through the world-wide-web at this URL:
http://framework.zend.com/license/new-bsd
If you did not receive a copy of the license and are unable to
obtain it through the world-wide-web, please send an email
to license@zend.com so we can send you a copy immediately.</long-description>
      <tag name="category" line="0" description="ZendX"/>
      <tag name="package" line="0" description="ZendX_Console"/>
      <tag name="copyright" line="0" description="Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)"/>
      <tag name="license" line="0" description="New BSD License" link="http://framework.zend.com/license/new-bsd"/>
      <tag name="version" line="0" description="$Id$"/>
    </docblock>
    <class final="false" abstract="false" namespace="" line="36" package="ZendX_Console">
      <extends>\ZendX_Console_Exception</extends>
      <name>ZendX_Console_Process_Exception</name>
      <full_name>\ZendX_Console_Process_Exception</full_name>
      <docblock line="36">
        <description>Exception class for ZendX_Console_Process</description>
        <long-description></long-description>
        <tag name="category" line="36" description="ZendX"/>
        <tag name="package" line="36" description="ZendX_Console"/>
        <tag name="uses" line="36" description="" link="ZendX_Console_Exception"/>
        <tag name="copyright" line="36" description="Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)"/>
        <tag name="license" line="36" description="New BSD License" link="http://framework.zend.com/license/new-bsd"/>
      </docblock>
    </class>
    <source>eJzVU02P0zAQvedXzGGl3a1oUlZwWZAolCJVqlaILhLiUjnOpDHreoLtNO0i/jtj52PFChDihk/x85s3b56dl6/qqk6yySSBCXxGU8A7K/bYkr1jJIDr1WJ5s1n2u9tKOXDUWIlQKo0Qtk3+BaUHT+ArBIMtvNm8Ba0kGoeMCR9oeWMKjUVQaZWvGGewFvJO7FjGxNoo2XdM/dGngb2K5UI7AnEQSotcB1VLza6KVexWF9NWFThtMQduF7U/flhfh/rK+/o6y8phsPSe50wl7bPeYsaWp7mL1lYlnKiBQhVgyINFieqAIEBSfQIqY8NhNMF5CYvQmM4TBQXKveBxlP+DxydQaxSs4ELkwgDuebBQzSH26vPBJucNLYJkWqQHf70ftd9joYRHfUr7G5pL3u7IniDe56eIDTH32HZBxpHGjs9CVu0qD7AYPy/kJVzNZs+nV7Onz7qHcYuyMqRpp5Cz3byGlZEpXPTptm075noZdYeQ4O8vAMK66d/PujuLWge0TpHh07NVccZQlgyPdu4Qf55quzxKrD3zI9Hi10ZZ3JLhN3semVnPzEZmyr/B+YtRdMRBauEclGQf9XhvSaJz/xp64zjEuH5v/X+4mizpAvplOA/TAB49Mx7zHqb9lnxPfgBbhH4I</source>
  </file>
  <file path="Console/Process/Unix.php" generated-path="Console.Process.Unix.html" hash="8861723dea685449df192a25b64c3485" package="ZendX_Console">
    <docblock line="0">
      <description>Zend Framework</description>
      <long-description>LICENSE

This source file is subject to the new BSD license that is bundled
with this package in the file LICENSE.txt.
It is also available through the world-wide-web at this URL:
http://framework.zend.com/license/new-bsd
If you did not receive a copy of the license and are unable to
obtain it through the world-wide-web, please send an email
to license@zend.com so we can send you a copy immediately.</long-description>
      <tag name="category" line="0" description="ZendX"/>
      <tag name="package" line="0" description="ZendX_Console"/>
      <tag name="copyright" line="0" description="Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)"/>
      <tag name="license" line="0" description="New BSD License" link="http://framework.zend.com/license/new-bsd"/>
      <tag name="version" line="0" description="$Id$"/>
    </docblock>
    <class final="false" abstract="true" namespace="" line="31" package="ZendX_Console">
      <extends/>
      <name>ZendX_Console_Process_Unix</name>
      <full_name>\ZendX_Console_Process_Unix</full_name>
      <docblock line="31">
        <description>ZendX_Console_Process_Unix allows you to spawn a class as a separated process</description>
        <long-description></long-description>
        <tag name="category" line="31" description="ZendX"/>
        <tag name="package" line="31" description="ZendX_Console"/>
        <tag name="copyright" line="31" description="Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)"/>
        <tag name="license" line="31" description="New BSD License" link="http://framework.zend.com/license/new-bsd"/>
      </docblock>
      <constant namespace="" line="36" package="ZendX_Console">
        <name>VOID_METHOD</name>
        <full_name>\ZendX_Console_Process_Unix::VOID_METHOD</full_name>
        <value>'void_method'</value>
        <docblock line="36">
          <description>Void method</description>
          <long-description></long-description>
        </docblock>
      </constant>
      <constant namespace="" line="41" package="ZendX_Console">
        <name>RETURN_METHOD</name>
        <full_name>\ZendX_Console_Process_Unix::RETURN_METHOD</full_name>
        <value>'void_method'</value>
        <docblock line="41">
          <description>Return method</description>
          <long-description></long-description>
        </docblock>
      </constant>
      <property static="false" visibility="private" line="48" namespace="" package="ZendX_Console">
        <name>$_name</name>
        <default></default>
        <docblock line="48">
          <description>Unique thread name</description>
          <long-description></long-description>
          <tag name="var" line="48" description="" type="string" variable="">
            <type>string</type>
          </tag>
        </docblock>
      </property>
      <property static="false" visibility="private" line="55" namespace="" package="ZendX_Console">
        <name>$_pid</name>
        <default>null</default>
        <docblock line="55">
          <description>PID of the child process</description>
          <long-description></long-description>
          <tag name="var" line="55" description="" type="integer" variable="">
            <type>integer</type>
          </tag>
        </docblock>
      </property>
      <property static="false" visibility="private" line="62" namespace="" package="ZendX_Console">
        <name>$_puid</name>
        <default>null</default>
        <docblock line="62">
          <description>UID of the child process owner</description>
          <long-description></long-description>
          <tag name="var" line="62" description="" type="integer" variable="">
            <type>integer</type>
          </tag>
        </docblock>
      </property>
      <property static="false" visibility="private" line="69" namespace="" package="ZendX_Console">
        <name>$_guid</name>
        <default>null</default>
        <docblock line="69">
          <description>GUID of the child process owner</description>
          <long-description></long-description>
          <tag name="var" line="69" description="" type="integer" variable="">
            <type>integer</type>
          </tag>
        </docblock>
      </property>
      <property static="false" visibility="private" line="76" namespace="" package="ZendX_Console">
        <name>$_isRunning</name>
        <default>false</default>
        <docblock line="76">
          <description>Whether the process is yet forked or not</description>
          <long-description></long-description>
          <tag name="var" line="76" description="" type="boolean" variable="">
            <type>boolean</type>
          </tag>
        </docblock>
      </property>
      <property static="false" visibility="private" line="83" namespace="" package="ZendX_Console">
        <name>$_isChild</name>
        <default>false</default>
        <docblock line="83">
          <description>Wether we are into child process or not</description>
          <long-description></long-description>
          <tag name="var" line="83" description="" type="boolean" variable="">
            <type>boolean</type>
          </tag>
        </docblock>
      </property>
      <property static="false" visibility="private" line="90" namespace="" package="ZendX_Console">
        <name>$_internalIpcData</name>
        <default>array()</default>
        <docblock line="90">
          <description>A data structure to hold data for Inter Process Communications</description>
          <long-description></long-description>
          <tag name="var" line="90" description="" type="array" variable="">
            <type>array</type>
          </tag>
        </docblock>
      </property>
      <property static="false" visibility="private" line="97" namespace="" package="ZendX_Console">
        <name>$_internalIpcKey</name>
        <default></default>
        <docblock line="97">
          <description>Key to access to Shared Memory Area.</description>
          <long-description></long-description>
          <tag name="var" line="97" description="" type="integer" variable="">
            <type>integer</type>
          </tag>
        </docblock>
      </property>
      <property static="false" visibility="private" line="104" namespace="" package="ZendX_Console">
        <name>$_internalSemKey</name>
        <default></default>
        <docblock line="104">
          <description>Key to access to Sync Semaphore.</description>
          <long-description></long-description>
          <tag name="var" line="104" description="" type="integer" variable="">
            <type>integer</type>
          </tag>
        </docblock>
      </property>
      <property static="false" visibility="private" line="112" namespace="" package="ZendX_Console">
        <name>$_ipcIsOkay</name>
        <default></default>
        <docblock line="112">
          <description>Is Shared Memory Area OK? If not, the start() method will block.</description>
          <long-description>Otherwise we'll have a running child without any communication channel.</long-description>
          <tag name="var" line="112" description="" type="boolean" variable="">
            <type>boolean</type>
          </tag>
        </docblock>
      </property>
      <property static="false" visibility="private" line="119" namespace="" package="ZendX_Console">
        <name>$_ipcSegFile</name>
        <default></default>
        <docblock line="119">
          <description>Filename of the IPC segment file</description>
          <long-description></long-description>
          <tag name="var" line="119" description="" type="string" variable="">
            <type>string</type>
          </tag>
        </docblock>
      </property>
      <property static="false" visibility="private" line="126" namespace="" package="ZendX_Console">
        <name>$_ipcSemFile</name>
        <default></default>
        <docblock line="126">
          <description>Filename of the semaphor file</description>
          <long-description></long-description>
          <tag name="var" line="126" description="" type="string" variable="">
            <type>string</type>
          </tag>
        </docblock>
      </property>
      <method final="false" abstract="false" static="false" visibility="public" namespace="" line="144" package="ZendX_Console">
        <name>__construct</name>
        <full_name>\ZendX_Console_Process_Unix::__construct()</full_name>
        <docblock line="144">
          <description>Constructor method</description>
          <long-description>Allocates a new pseudo-thread object. Optionally, set a PUID, a GUID and
a UMASK for the child process. This also initialize Shared Memory
Segments for process communications.</long-description>
          <tag name="param" line="144" description="" type="integer" variable="$puid">
            <type>integer</type>
          </tag>
          <tag name="param" line="144" description="" type="integer" variable="$guid">
            <type>integer</type>
          </tag>
          <tag name="param" line="144" description="" type="integer" variable="$umask">
            <type>integer</type>
          </tag>
          <tag name="throws" line="144" description="When running on windows" type="\ZendX_Console_Process_Exception">
            <type link="ZendX_Console_Process_Exception.html">\ZendX_Console_Process_Exception</type>
          </tag>
          <tag name="throws" line="144" description="When running in web enviroment" type="\ZendX_Console_Process_Exception">
            <type link="ZendX_Console_Process_Exception.html">\ZendX_Console_Process_Exception</type>
          </tag>
          <tag name="throws" line="144" description="When shmop_* functions don't exist" type="\ZendX_Console_Process_Exception">
            <type link="ZendX_Console_Process_Exception.html">\ZendX_Console_Process_Exception</type>
          </tag>
          <tag name="throws" line="144" description="When pcntl_* functions don't exist" type="\ZendX_Console_Process_Exception">
            <type link="ZendX_Console_Process_Exception.html">\ZendX_Console_Process_Exception</type>
          </tag>
          <tag name="throws" line="144" description="When posix_* functions don't exist" type="\ZendX_Console_Process_Exception">
            <type link="ZendX_Console_Process_Exception.html">\ZendX_Console_Process_Exception</type>
          </tag>
        </docblock>
        <argument line="0" by_reference="false">
          <name>$puid</name>
          <default>null</default>
          <type>integer</type>
        </argument>
        <argument line="0" by_reference="false">
          <name>$guid</name>
          <default>null</default>
          <type>integer</type>
        </argument>
        <argument line="0" by_reference="false">
          <name>$umask</name>
          <default>null</default>
          <type>integer</type>
        </argument>
      </method>
      <method final="false" abstract="false" static="false" visibility="public" namespace="" line="186" package="ZendX_Console">
        <name>__destruct</name>
        <full_name>\ZendX_Console_Process_Unix::__destruct()</full_name>
        <docblock line="186">
          <description>Stop the child on destruction</description>
          <long-description></long-description>
        </docblock>
      </method>
      <method final="false" abstract="false" static="false" visibility="public" namespace="" line="207" package="ZendX_Console">
        <name>start</name>
        <full_name>\ZendX_Console_Process_Unix::start()</full_name>
        <docblock line="207">
          <description>Causes this pseudo-thread to begin parallel execution.</description>
          <long-description>This method first checks of all the Shared Memory Segment. If okay, it
forks the child process, attaches signal handler and returns immediatly.
The status is set to running, and a PID is assigned. The result is that
two pseudo-threads are running concurrently: the current thread (which
returns from the call to the start() method) and the other thread (which
executes its run() method).</long-description>
          <tag name="throws" line="207" description="When SHM segments can't be created" type="\ZendX_Console_Process_Exception">
            <type link="ZendX_Console_Process_Exception.html">\ZendX_Console_Process_Exception</type>
          </tag>
          <tag name="throws" line="207" description="When process forking fails" type="\ZendX_Console_Process_Exception">
            <type link="ZendX_Console_Process_Exception.html">\ZendX_Console_Process_Exception</type>
          </tag>
          <tag name="return" line="207" description="" type="void">
            <type>void</type>
          </tag>
        </docblock>
      </method>
      <method final="false" abstract="false" static="false" visibility="public" namespace="" line="269" package="ZendX_Console">
        <name>stop</name>
        <full_name>\ZendX_Console_Process_Unix::stop()</full_name>
        <docblock line="269">
          <description>Causes the current thread to die.</description>
          <long-description>The relative process is killed and disappears immediately from the
processes list.</long-description>
          <tag name="return" line="269" description="" type="boolean">
            <type>boolean</type>
          </tag>
        </docblock>
      </method>
      <method final="false" abstract="false" static="false" visibility="public" namespace="" line="290" package="ZendX_Console">
        <name>isRunning</name>
        <full_name>\ZendX_Console_Process_Unix::isRunning()</full_name>
        <docblock line="290">
          <description>Test if the pseudo-thread is already started.</description>
          <long-description></long-description>
          <tag name="return" line="290" description="" type="boolean">
            <type>boolean</type>
          </tag>
        </docblock>
      </method>
      <method final="false" abstract="false" static="false" visibility="public" namespace="" line="305" package="ZendX_Console">
        <name>setVariable</name>
        <full_name>\ZendX_Console_Process_Unix::setVariable()</full_name>
        <docblock line="305">
          <description>Set a variable into the shared memory segment, so that it can accessed
both from the parent and from the child process. Variable names
beginning with underlines are only permitted to interal functions.</description>
          <long-description></long-description>
          <tag name="param" line="305" description="" type="string" variable="$name">
            <type>string</type>
          </tag>
          <tag name="param" line="305" description="" type="mixed" variable="$value">
            <type>mixed</type>
          </tag>
          <tag name="throws" line="305" description="When an invalid variable name is supplied" type="\ZendX_Console_Process_Exception">
            <type link="ZendX_Console_Process_Exception.html">\ZendX_Console_Process_Exception</type>
          </tag>
          <tag name="return" line="305" description="" type="void">
            <type>void</type>
          </tag>
        </docblock>
        <argument line="0" by_reference="false">
          <name>$name</name>
          <default></default>
          <type>string</type>
        </argument>
        <argument line="0" by_reference="false">
          <name>$value</name>
          <default></default>
          <type>mixed</type>
        </argument>
      </method>
      <method final="false" abstract="false" static="false" visibility="public" namespace="" line="322" package="ZendX_Console">
        <name>getVariable</name>
        <full_name>\ZendX_Console_Process_Unix::getVariable()</full_name>
        <docblock line="322">
          <description>Get a variable from the shared memory segment. Returns NULL if the
variable doesn't exist.</description>
          <long-description></long-description>
          <tag name="param" line="322" description="" type="string" variable="$name">
            <type>string</type>
          </tag>
          <tag name="return" line="322" description="" type="mixed">
            <type>mixed</type>
          </tag>
        </docblock>
        <argument line="0" by_reference="false">
          <name>$name</name>
          <default></default>
          <type>string</type>
        </argument>
      </method>
      <method final="false" abstract="false" static="false" visibility="public" namespace="" line="343" package="ZendX_Console">
        <name>getLastAlive</name>
        <full_name>\ZendX_Console_Process_Unix::getLastAlive()</full_name>
        <docblock line="343">
          <description>Read the time elapsed since the last child setAlive() call.</description>
          <long-description>This method is useful because often we have a pseudo-thread pool and we
need to know each pseudo-thread status. If the child executes the
setAlive() method, the parent with getLastAlive() can know that child is
alive.</long-description>
          <tag name="return" line="343" description="" type="integer">
            <type>integer</type>
          </tag>
        </docblock>
      </method>
      <method final="false" abstract="false" static="false" visibility="public" namespace="" line="355" package="ZendX_Console">
        <name>getPid</name>
        <full_name>\ZendX_Console_Process_Unix::getPid()</full_name>
        <docblock line="355">
          <description>Returns the PID of the current pseudo-thread.</description>
          <long-description></long-description>
          <tag name="return" line="355" description="" type="integer">
            <type>integer</type>
          </tag>
        </docblock>
      </method>
      <method final="false" abstract="false" static="false" visibility="protected" namespace="" line="370" package="ZendX_Console">
        <name>_setAlive</name>
        <full_name>\ZendX_Console_Process_Unix::_setAlive()</full_name>
        <docblock line="370">
          <description>Set a pseudo-thread property that can be read from parent process
in order to know the child activity.</description>
          <long-description>Practical usage requires that child process calls this method at regular
time intervals; parent will use the getLastAlive() method to know
the elapsed time since the last pseudo-thread life signals...</long-description>
          <tag name="return" line="370" description="" type="void">
            <type>void</type>
          </tag>
        </docblock>
      </method>
      <method final="false" abstract="false" static="false" visibility="protected" namespace="" line="385" package="ZendX_Console">
        <name>_callCallbackMethod</name>
        <full_name>\ZendX_Console_Process_Unix::_callCallbackMethod()</full_name>
        <docblock line="385">
          <description>This is called from within the parent; all the communication stuff
is done here.</description>
          <long-description></long-description>
          <tag name="param" line="385" description="" type="string" variable="$methodName">
            <type>string</type>
          </tag>
          <tag name="param" line="385" description="" type="array" variable="$argList">
            <type>array</type>
          </tag>
          <tag name="param" line="385" description="" type="string" variable="$type">
            <type>string</type>
          </tag>
          <tag name="return" line="385" description="" type="mixed">
            <type>mixed</type>
          </tag>
        </docblock>
        <argument line="0" by_reference="false">
          <name>$methodName</name>
          <default></default>
          <type>string</type>
        </argument>
        <argument line="0" by_reference="false">
          <name>$argList</name>
          <default>array()</default>
          <type>array</type>
        </argument>
        <argument line="0" by_reference="false">
          <name>$type</name>
          <default>self::VOID_METHOD</default>
          <type>string</type>
        </argument>
      </method>
      <method final="false" abstract="true" static="false" visibility="protected" namespace="" line="436" package="ZendX_Console">
        <name>_run</name>
        <full_name>\ZendX_Console_Process_Unix::_run()</full_name>
        <docblock line="436">
          <description>This method actually implements the pseudo-thread logic.</description>
          <long-description></long-description>
          <tag name="return" line="436" description="" type="void">
            <type>void</type>
          </tag>
        </docblock>
      </method>
      <method final="false" abstract="false" static="false" visibility="private" namespace="" line="443" package="ZendX_Console">
        <name>_sendSigUsr1</name>
        <full_name>\ZendX_Console_Process_Unix::_sendSigUsr1()</full_name>
        <docblock line="443">
          <description>Sends signal to the child process</description>
          <long-description></long-description>
          <tag name="return" line="443" description="" type="void">
            <type>void</type>
          </tag>
        </docblock>
      </method>
      <method final="false" abstract="false" static="false" visibility="private" namespace="" line="457" package="ZendX_Console">
        <name>_writeVariable</name>
        <full_name>\ZendX_Console_Process_Unix::_writeVariable()</full_name>
        <docblock line="457">
          <description>Acutally Write a variable to the shared memory segment</description>
          <long-description></long-description>
          <tag name="param" line="457" description="" type="string" variable="$name">
            <type>string</type>
          </tag>
          <tag name="param" line="457" description="" type="mixed" variable="$value">
            <type>mixed</type>
          </tag>
          <tag name="return" line="457" description="" type="void">
            <type>void</type>
          </tag>
        </docblock>
        <argument line="0" by_reference="false">
          <name>$name</name>
          <default></default>
          <type>string</type>
        </argument>
        <argument line="0" by_reference="false">
          <name>$value</name>
          <default></default>
          <type>mixed</type>
        </argument>
      </method>
      <method final="false" abstract="false" static="false" visibility="private" namespace="" line="468" package="ZendX_Console">
        <name>_cleanProcessContext</name>
        <full_name>\ZendX_Console_Process_Unix::_cleanProcessContext()</full_name>
        <docblock line="468">
          <description>Destroy thread context and free relative resources.</description>
          <long-description></long-description>
          <tag name="return" line="468" description="" type="void">
            <type>void</type>
          </tag>
        </docblock>
      </method>
      <method final="false" abstract="false" static="false" visibility="private" namespace="" line="490" package="ZendX_Console">
        <name>_sigHandler</name>
        <full_name>\ZendX_Console_Process_Unix::_sigHandler()</full_name>
        <docblock line="490">
          <description>This is the signal handler that makes the communications between client
and server possible.</description>
          <long-description></long-description>
          <tag name="param" line="490" description="" type="integer" variable="$signo">
            <type>integer</type>
          </tag>
          <tag name="return" line="490" description="" type="void">
            <type>void</type>
          </tag>
        </docblock>
        <argument line="0" by_reference="false">
          <name>$signo</name>
          <default></default>
          <type>integer</type>
        </argument>
      </method>
      <method final="false" abstract="false" static="false" visibility="private" namespace="" line="539" package="ZendX_Console">
        <name>_waitForIpcSemaphore</name>
        <full_name>\ZendX_Console_Process_Unix::_waitForIpcSemaphore()</full_name>
        <docblock line="539">
          <description>Wait for IPC Semaphore</description>
          <long-description></long-description>
          <tag name="return" line="539" description="" type="void">
            <type>void</type>
          </tag>
        </docblock>
      </method>
      <method final="false" abstract="false" static="false" visibility="private" namespace="" line="558" package="ZendX_Console">
        <name>_readFromIpcSegment</name>
        <full_name>\ZendX_Console_Process_Unix::_readFromIpcSegment()</full_name>
        <docblock line="558">
          <description>Read data from IPC segment</description>
          <long-description></long-description>
          <tag name="throws" line="558" description="When writing of SHM segment fails" type="\ZendX_Console_Process_Exception">
            <type link="ZendX_Console_Process_Exception.html">\ZendX_Console_Process_Exception</type>
          </tag>
          <tag name="return" line="558" description="" type="void">
            <type>void</type>
          </tag>
        </docblock>
      </method>
      <method final="false" abstract="false" static="false" visibility="private" namespace="" line="582" package="ZendX_Console">
        <name>_writeToIpcSegment</name>
        <full_name>\ZendX_Console_Process_Unix::_writeToIpcSegment()</full_name>
        <docblock line="582">
          <description>Write data to IPC segment</description>
          <long-description></long-description>
          <tag name="throws" line="582" description="When writing of SHM segment fails" type="\ZendX_Console_Process_Exception">
            <type link="ZendX_Console_Process_Exception.html">\ZendX_Console_Process_Exception</type>
          </tag>
          <tag name="return" line="582" description="" type="void">
            <type>void</type>
          </tag>
        </docblock>
      </method>
      <method final="false" abstract="false" static="false" visibility="private" namespace="" line="611" package="ZendX_Console">
        <name>_createIpcSegment</name>
        <full_name>\ZendX_Console_Process_Unix::_createIpcSegment()</full_name>
        <docblock line="611">
          <description>Create an IPC segment</description>
          <long-description></long-description>
          <tag name="throws" line="611" description="When SHM segment can't be created" type="\ZendX_Console_Process_Exception">
            <type link="ZendX_Console_Process_Exception.html">\ZendX_Console_Process_Exception</type>
          </tag>
          <tag name="return" line="611" description="" type="boolean">
            <type>boolean</type>
          </tag>
        </docblock>
      </method>
      <method final="false" abstract="false" static="false" visibility="private" namespace="" line="638" package="ZendX_Console">
        <name>_createIpcSemaphore</name>
        <full_name>\ZendX_Console_Process_Unix::_createIpcSemaphore()</full_name>
        <docblock line="638">
          <description>Create IPC semaphore</description>
          <long-description></long-description>
          <tag name="throws" line="638" description="When semaphore can't be created" type="\ZendX_Console_Process_Exception">
            <type link="ZendX_Console_Process_Exception.html">\ZendX_Console_Process_Exception</type>
          </tag>
          <tag name="return" line="638" description="" type="boolean">
            <type>boolean</type>
          </tag>
        </docblock>
      </method>
    </class>
    <source>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</source>
  </file>
  <package name="Default" full_name="Default"/>
  <package name="ZendX" full_name="ZendX"/>
  <package name="ZendX_Application" full_name="ZendX_Application">
    <package name="Resource" full_name="ZendX_Application\Resource"/>
  </package>
  <package name="ZendX_Console" full_name="ZendX_Console"/>
  <package name="ZendX_Db" full_name="ZendX_Db">
    <package name="Adapter" full_name="ZendX_Db\Adapter"/>
    <package name="Statement" full_name="ZendX_Db\Statement"/>
  </package>
  <package name="ZendX_JQuery" full_name="ZendX_JQuery">
    <package name="Form" full_name="ZendX_JQuery\Form"/>
    <package name="View" full_name="ZendX_JQuery\View"/>
  </package>
  <package name="ZendX_Whois" full_name="ZendX_Whois"/>
  <namespace name="global" full_name="global"/>
  <deprecated count="4"/>
</project>