atelierspierrot/patterns

View on GitHub
phpdoc/doc-index.html

Summary

Maintainability
Test Coverage
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8" />
    <meta name="robots" content="index, follow, all" />
    <title>Index | Patterns</title>

            <link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">
        <link rel="stylesheet" type="text/css" href="css/bootstrap-theme.min.css">
        <link rel="stylesheet" type="text/css" href="css/sami.css">
        <script src="js/jquery-1.11.1.min.js"></script>
        <script src="js/bootstrap.min.js"></script>
        <script src="js/typeahead.min.js"></script>
        <script src="sami.js"></script>
        <meta name="MobileOptimized" content="width">
        <meta name="HandheldFriendly" content="true">
        <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1">
    
    
    </head>

    <body id="doc-index" data-name="" data-root-path="">
            <div id="content">
        <div id="left-column">
                <div id="control-panel">
                <form id="search-form" action="search.html" method="GET">
            <span class="glyphicon glyphicon-search"></span>
            <input name="search"
                   class="typeahead form-control"
                   type="search"
                   placeholder="Search">
        </form>
    </div>

                <div id="api-tree"></div>

        </div>
        <div id="right-column">
                <nav id="site-nav" class="navbar navbar-default" role="navigation">
        <div class="container-fluid">
            <div class="navbar-header">
                <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-elements">
                    <span class="sr-only">Toggle navigation</span>
                    <span class="icon-bar"></span>
                    <span class="icon-bar"></span>
                    <span class="icon-bar"></span>
                </button>
                <a class="navbar-brand" href="index.html">Patterns</a>
            </div>
            <div class="collapse navbar-collapse" id="navbar-elements">
                <ul class="nav navbar-nav">
                    <li><a href="classes.html">Classes</a></li>
                                            <li><a href="namespaces.html">Namespaces</a></li>
                                        <li><a href="interfaces.html">Interfaces</a></li>
                    <li><a href="traits.html">Traits</a></li>
                    <li><a href="doc-index.html">Index</a></li>
                    <li><a href="search.html">Search</a></li>
                </ul>
            </div>
        </div>
    </nav>

                        <div id="page-content">
                
    <div class="page-header">
        <h1>Index</h1>
    </div>

    <ul class="pagination">
                                    <li><a href="#letterA">A</a></li>
                                                <li class="disabled"><a href="#letterB">B</a></li>
                                                <li><a href="#letterC">C</a></li>
                                                <li><a href="#letterD">D</a></li>
                                                <li><a href="#letterE">E</a></li>
                                                <li><a href="#letterF">F</a></li>
                                                <li><a href="#letterG">G</a></li>
                                                <li class="disabled"><a href="#letterH">H</a></li>
                                                <li><a href="#letterI">I</a></li>
                                                <li class="disabled"><a href="#letterJ">J</a></li>
                                                <li><a href="#letterK">K</a></li>
                                                <li class="disabled"><a href="#letterL">L</a></li>
                                                <li class="disabled"><a href="#letterM">M</a></li>
                                                <li class="disabled"><a href="#letterN">N</a></li>
                                                <li><a href="#letterO">O</a></li>
                                                <li><a href="#letterP">P</a></li>
                                                <li class="disabled"><a href="#letterQ">Q</a></li>
                                                <li><a href="#letterR">R</a></li>
                                                <li><a href="#letterS">S</a></li>
                                                <li><a href="#letterT">T</a></li>
                                                <li><a href="#letterU">U</a></li>
                                                <li><a href="#letterV">V</a></li>
                                                <li class="disabled"><a href="#letterW">W</a></li>
                                                <li class="disabled"><a href="#letterX">X</a></li>
                                                <li class="disabled"><a href="#letterY">Y</a></li>
                                                <li class="disabled"><a href="#letterZ">Z</a></li>
                        </ul>

    <h2 id="letterA">A</h2>
        <dl id="index"><dt><a href="Patterns/Abstracts/AbstractAccessible.html"><abbr title="Patterns\Abstracts\AbstractAccessible">AbstractAccessible</abbr></a> &mdash; <em>Class in namespace <a href="Patterns/Abstracts.html">Patterns\Abstracts</a></em></dt>
                    <dd>Magic properties accessors</dd><dt><a href="Patterns/Abstracts/AbstractOptionable.html"><abbr title="Patterns\Abstracts\AbstractOptionable">AbstractOptionable</abbr></a> &mdash; <em>Class in namespace <a href="Patterns/Abstracts.html">Patterns\Abstracts</a></em></dt>
                    <dd>A simple object options manager</dd><dt><a href="Patterns/Abstracts/AbstractSingleton.html"><abbr title="Patterns\Abstracts\AbstractSingleton">AbstractSingleton</abbr></a> &mdash; <em>Class in namespace <a href="Patterns/Abstracts.html">Patterns\Abstracts</a></em></dt>
                    <dd>A singleton abstract class</dd><dt><a href="Patterns/Abstracts/AbstractStaticCreator.html"><abbr title="Patterns\Abstracts\AbstractStaticCreator">AbstractStaticCreator</abbr></a> &mdash; <em>Class in namespace <a href="Patterns/Abstracts.html">Patterns\Abstracts</a></em></dt>
                    <dd>This class allows to create objects that can be statically created "on-the-fly" to allow
method chaining constructing them like:</dd><dt><a href="Patterns/Abstracts/AbstractView.html"><abbr title="Patterns\Abstracts\AbstractView">AbstractView</abbr></a> &mdash; <em>Class in namespace <a href="Patterns/Abstracts.html">Patterns\Abstracts</a></em></dt>
                    <dd>
</dd><dt>
    <a href="Patterns/Abstracts/AbstractView.html#method_appendOutput"><abbr title="Patterns\Abstracts\AbstractView">AbstractView</abbr>::appendOutput</a>() &mdash; <em>Method in class <a href="Patterns/Abstracts/AbstractView.html"><abbr title="Patterns\Abstracts\AbstractView">AbstractView</abbr></a></em></dt>
                    <dd>Append the output content to the existing content</dd><dt>
    <a href="Patterns/Abstracts/AbstractView.html#method_addParam"><abbr title="Patterns\Abstracts\AbstractView">AbstractView</abbr>::addParam</a>() &mdash; <em>Method in class <a href="Patterns/Abstracts/AbstractView.html"><abbr title="Patterns\Abstracts\AbstractView">AbstractView</abbr></a></em></dt>
                    <dd>Add an entry of parameters for the current view</dd><dt>
    <a href="Patterns/Commons/Collection.html#method_addEntry"><abbr title="Patterns\Commons\Collection">Collection</abbr>::addEntry</a>() &mdash; <em>Method in class <a href="Patterns/Commons/Collection.html"><abbr title="Patterns\Commons\Collection">Collection</abbr></a></em></dt>
                    <dd>Add a collection entry value (alias of "setEntry()")</dd><dt>
    <a href="Patterns/Commons/ConfigurationRegistry.html#method_addConfig"><abbr title="Patterns\Commons\ConfigurationRegistry">ConfigurationRegistry</abbr>::addConfig</a>() &mdash; <em>Method in class <a href="Patterns/Commons/ConfigurationRegistry.html"><abbr title="Patterns\Commons\ConfigurationRegistry">ConfigurationRegistry</abbr></a></em></dt>
                    <dd>Alias of the <code>setConfig</code> method</dd><dt>
    <a href="Patterns/Commons/Registry.html#method_addEntry"><abbr title="Patterns\Commons\Registry">Registry</abbr>::addEntry</a>() &mdash; <em>Method in class <a href="Patterns/Commons/Registry.html"><abbr title="Patterns\Commons\Registry">Registry</abbr></a></em></dt>
                    <dd>Add an entry in a section of the instance registry</dd><dt><a href="Patterns/Interfaces/AccessibleInterface.html"><abbr title="Patterns\Interfaces\AccessibleInterface">AccessibleInterface</abbr></a> &mdash; <em>Class in namespace <a href="Patterns/Interfaces.html">Patterns\Interfaces</a></em></dt>
                    <dd>Magic properties accessors</dd><dt><a href="Patterns/Interfaces/ArrayInterface.html"><abbr title="Patterns\Interfaces\ArrayInterface">ArrayInterface</abbr></a> &mdash; <em>Class in namespace <a href="Patterns/Interfaces.html">Patterns\Interfaces</a></em></dt>
                    <dd>Array interface</dd><dt><a href="Patterns/Traits/AccessibleTrait.html"><abbr title="Patterns\Traits\AccessibleTrait">AccessibleTrait</abbr></a> &mdash; <em>Class in namespace <a href="Patterns/Traits.html">Patterns\Traits</a></em></dt>
                    <dd>Magic properties accessors</dd><dt>
    <a href="Patterns/Traits/TemplateViewTrait.html#method_appendOutput"><abbr title="Patterns\Traits\TemplateViewTrait">TemplateViewTrait</abbr>::appendOutput</a>() &mdash; <em>Method in class <a href="Patterns/Traits/TemplateViewTrait.html"><abbr title="Patterns\Traits\TemplateViewTrait">TemplateViewTrait</abbr></a></em></dt>
                    <dd>Append the output content to the existing content</dd><dt>
    <a href="Patterns/Traits/TemplateViewTrait.html#method_addParam"><abbr title="Patterns\Traits\TemplateViewTrait">TemplateViewTrait</abbr>::addParam</a>() &mdash; <em>Method in class <a href="Patterns/Traits/TemplateViewTrait.html"><abbr title="Patterns\Traits\TemplateViewTrait">TemplateViewTrait</abbr></a></em></dt>
                    <dd>Add an entry of parameters for the current view</dd>        </dl><h2 id="letterC">C</h2>
        <dl id="index"><dt>
    <a href="Patterns/Abstracts/AbstractStaticCreator.html#method_create"><abbr title="Patterns\Abstracts\AbstractStaticCreator">AbstractStaticCreator</abbr>::create</a>() &mdash; <em>Method in class <a href="Patterns/Abstracts/AbstractStaticCreator.html"><abbr title="Patterns\Abstracts\AbstractStaticCreator">AbstractStaticCreator</abbr></a></em></dt>
                    <dd>Static creation of the object</dd><dt><a href="Patterns/Commons/Collection.html"><abbr title="Patterns\Commons\Collection">Collection</abbr></a> &mdash; <em>Class in namespace <a href="Patterns/Commons.html">Patterns\Commons</a></em></dt>
                    <dd>Collection manager : allows to set, get, loop and seek in an array collection</dd><dt>
    <a href="Patterns/Commons/Collection.html#method_current"><abbr title="Patterns\Commons\Collection">Collection</abbr>::current</a>() &mdash; <em>Method in class <a href="Patterns/Commons/Collection.html"><abbr title="Patterns\Commons\Collection">Collection</abbr></a></em></dt>
                    <dd>Gets the value of the collection at current index</dd><dt>
    <a href="Patterns/Commons/Collection.html#method_count"><abbr title="Patterns\Commons\Collection">Collection</abbr>::count</a>() &mdash; <em>Method in class <a href="Patterns/Commons/Collection.html"><abbr title="Patterns\Commons\Collection">Collection</abbr></a></em></dt>
                    <dd>Counts the number of entries in the collection</dd><dt><a href="Patterns/Commons/ConfigurationRegistry.html"><abbr title="Patterns\Commons\ConfigurationRegistry">ConfigurationRegistry</abbr></a> &mdash; <em>Class in namespace <a href="Patterns/Commons.html">Patterns\Commons</a></em></dt>
                    <dd>A manager for a configuration registry as an array with a depth of 2</dd><dt>
    <a href="Patterns/Interfaces/ArrayInterface.html#method_count"><abbr title="Patterns\Interfaces\ArrayInterface">ArrayInterface</abbr>::count</a>() &mdash; <em>Method in class <a href="Patterns/Interfaces/ArrayInterface.html"><abbr title="Patterns\Interfaces\ArrayInterface">ArrayInterface</abbr></a></em></dt>
                    <dd>Counts the number of entries in the collection</dd><dt><a href="Patterns/Interfaces/CachableInterface.html"><abbr title="Patterns\Interfaces\CachableInterface">CachableInterface</abbr></a> &mdash; <em>Class in namespace <a href="Patterns/Interfaces.html">Patterns\Interfaces</a></em></dt>
                    <dd>Manage a cachable item object</dd><dt><a href="Patterns/Interfaces/CollectionInterface.html"><abbr title="Patterns\Interfaces\CollectionInterface">CollectionInterface</abbr></a> &mdash; <em>Class in namespace <a href="Patterns/Interfaces.html">Patterns\Interfaces</a></em></dt>
                    <dd>Collection interface</dd><dt><a href="Patterns/Interfaces/CrudInterface.html"><abbr title="Patterns\Interfaces\CrudInterface">CrudInterface</abbr></a> &mdash; <em>Class in namespace <a href="Patterns/Interfaces.html">Patterns\Interfaces</a></em></dt>
                    <dd>An interface for a basic CRUD model</dd><dt>
    <a href="Patterns/Interfaces/CrudInterface.html#method_create"><abbr title="Patterns\Interfaces\CrudInterface">CrudInterface</abbr>::create</a>() &mdash; <em>Method in class <a href="Patterns/Interfaces/CrudInterface.html"><abbr title="Patterns\Interfaces\CrudInterface">CrudInterface</abbr></a></em></dt>
                    <dd>
</dd><dt>
    <a href="Patterns/Interfaces/StaticCreatorInterface.html#method_create"><abbr title="Patterns\Interfaces\StaticCreatorInterface">StaticCreatorInterface</abbr>::create</a>() &mdash; <em>Method in class <a href="Patterns/Interfaces/StaticCreatorInterface.html"><abbr title="Patterns\Interfaces\StaticCreatorInterface">StaticCreatorInterface</abbr></a></em></dt>
                    <dd>
</dd>        </dl><h2 id="letterD">D</h2>
        <dl id="index"><dt>
    <a href="Patterns/Commons/Registry.html#method_dump"><abbr title="Patterns\Commons\Registry">Registry</abbr>::dump</a>() &mdash; <em>Method in class <a href="Patterns/Commons/Registry.html"><abbr title="Patterns\Commons\Registry">Registry</abbr></a></em></dt>
                    <dd>Get current registry</dd><dt>
    <a href="Patterns/Commons/Registry.html#method_dumpStack"><abbr title="Patterns\Commons\Registry">Registry</abbr>::dumpStack</a>() &mdash; <em>Method in class <a href="Patterns/Commons/Registry.html"><abbr title="Patterns\Commons\Registry">Registry</abbr></a></em></dt>
                    <dd>Get a full stack from registry stacks</dd><dt>
    <a href="Patterns/Interfaces/CrudInterface.html#method_delete"><abbr title="Patterns\Interfaces\CrudInterface">CrudInterface</abbr>::delete</a>() &mdash; <em>Method in class <a href="Patterns/Interfaces/CrudInterface.html"><abbr title="Patterns\Interfaces\CrudInterface">CrudInterface</abbr></a></em></dt>
                    <dd>
</dd><dt><a href="Patterns/Interfaces/DebuggableInterface.html"><abbr title="Patterns\Interfaces\DebuggableInterface">DebuggableInterface</abbr></a> &mdash; <em>Class in namespace <a href="Patterns/Interfaces.html">Patterns\Interfaces</a></em></dt>
                    <dd>A simple interface to manage a debuggable object</dd><dt>
    <a href="Patterns/Interfaces/ResponseInterface.html#method_download"><abbr title="Patterns\Interfaces\ResponseInterface">ResponseInterface</abbr>::download</a>() &mdash; <em>Method in class <a href="Patterns/Interfaces/ResponseInterface.html"><abbr title="Patterns\Interfaces\ResponseInterface">ResponseInterface</abbr></a></em></dt>
                    <dd>Force device to download a file</dd><dt>
    <a href="Patterns/Interfaces/RouterInterface.html#method_distribute"><abbr title="Patterns\Interfaces\RouterInterface">RouterInterface</abbr>::distribute</a>() &mdash; <em>Method in class <a href="Patterns/Interfaces/RouterInterface.html"><abbr title="Patterns\Interfaces\RouterInterface">RouterInterface</abbr></a></em></dt>
                    <dd>Actually dispatch the current route</dd>        </dl><h2 id="letterE">E</h2>
        <dl id="index"><dt>
    <a href="Patterns/Commons/Collection.html#method_end"><abbr title="Patterns\Commons\Collection">Collection</abbr>::end</a>() &mdash; <em>Method in class <a href="Patterns/Commons/Collection.html"><abbr title="Patterns\Commons\Collection">Collection</abbr></a></em></dt>
                    <dd>Put the index value at the last index</dd><dt>
    <a href="Patterns/Commons/Collection.html#method_each"><abbr title="Patterns\Commons\Collection">Collection</abbr>::each</a>() &mdash; <em>Method in class <a href="Patterns/Commons/Collection.html"><abbr title="Patterns\Commons\Collection">Collection</abbr></a></em></dt>
                    <dd>Returns the current key=>value pair and put increase the index</dd><dt>
    <a href="Patterns/Interfaces/ArrayInterface.html#method_each"><abbr title="Patterns\Interfaces\ArrayInterface">ArrayInterface</abbr>::each</a>() &mdash; <em>Method in class <a href="Patterns/Interfaces/ArrayInterface.html"><abbr title="Patterns\Interfaces\ArrayInterface">ArrayInterface</abbr></a></em></dt>
                    <dd>Returns the current key=>value pair and put increase the index</dd><dt>
    <a href="Patterns/Interfaces/IteratorInterface.html#method_end"><abbr title="Patterns\Interfaces\IteratorInterface">IteratorInterface</abbr>::end</a>() &mdash; <em>Method in class <a href="Patterns/Interfaces/IteratorInterface.html"><abbr title="Patterns\Interfaces\IteratorInterface">IteratorInterface</abbr></a></em></dt>
                    <dd>Put the index value at the last index</dd><dt>
    <a href="Patterns/Interfaces/RepositoryInterface.html#method_exists"><abbr title="Patterns\Interfaces\RepositoryInterface">RepositoryInterface</abbr>::exists</a>() &mdash; <em>Method in class <a href="Patterns/Interfaces/RepositoryInterface.html"><abbr title="Patterns\Interfaces\RepositoryInterface">RepositoryInterface</abbr></a></em></dt>
                    <dd>
</dd>        </dl><h2 id="letterF">F</h2>
        <dl id="index"><dt>
    <a href="Patterns/Interfaces/ResponseInterface.html#method_flush"><abbr title="Patterns\Interfaces\ResponseInterface">ResponseInterface</abbr>::flush</a>() &mdash; <em>Method in class <a href="Patterns/Interfaces/ResponseInterface.html"><abbr title="Patterns\Interfaces\ResponseInterface">ResponseInterface</abbr></a></em></dt>
                    <dd>Flush (display) a file content</dd><dt>
    <a href="Patterns/Interfaces/RouterInterface.html#method_forward"><abbr title="Patterns\Interfaces\RouterInterface">RouterInterface</abbr>::forward</a>() &mdash; <em>Method in class <a href="Patterns/Interfaces/RouterInterface.html"><abbr title="Patterns\Interfaces\RouterInterface">RouterInterface</abbr></a></em></dt>
                    <dd>Forward the application to a new route (no HTTP redirect)</dd>        </dl><h2 id="letterG">G</h2>
        <dl id="index"><dt>
    <a href="Patterns/Abstracts/AbstractOptionable.html#method_getOptions"><abbr title="Patterns\Abstracts\AbstractOptionable">AbstractOptionable</abbr>::getOptions</a>() &mdash; <em>Method in class <a href="Patterns/Abstracts/AbstractOptionable.html"><abbr title="Patterns\Abstracts\AbstractOptionable">AbstractOptionable</abbr></a></em></dt>
                    <dd>Get the array of options</dd><dt>
    <a href="Patterns/Abstracts/AbstractOptionable.html#method_getOption"><abbr title="Patterns\Abstracts\AbstractOptionable">AbstractOptionable</abbr>::getOption</a>() &mdash; <em>Method in class <a href="Patterns/Abstracts/AbstractOptionable.html"><abbr title="Patterns\Abstracts\AbstractOptionable">AbstractOptionable</abbr></a></em></dt>
                    <dd>Get the value of a specific option</dd><dt>
    <a href="Patterns/Abstracts/AbstractSingleton.html#method_getInstance"><abbr title="Patterns\Abstracts\AbstractSingleton">AbstractSingleton</abbr>::getInstance</a>() &mdash; <em>Method in class <a href="Patterns/Abstracts/AbstractSingleton.html"><abbr title="Patterns\Abstracts\AbstractSingleton">AbstractSingleton</abbr></a></em></dt>
                    <dd>Static object getter: creation of an instance of the current calling class</dd><dt>
    <a href="Patterns/Abstracts/AbstractSingleton.html#method_getInstanceByClassname"><abbr title="Patterns\Abstracts\AbstractSingleton">AbstractSingleton</abbr>::getInstanceByClassname</a>() &mdash; <em>Method in class <a href="Patterns/Abstracts/AbstractSingleton.html"><abbr title="Patterns\Abstracts\AbstractSingleton">AbstractSingleton</abbr></a></em></dt>
                    <dd>Static object getter: creation of an instance from the class name passed in first argument</dd><dt>
    <a href="Patterns/Abstracts/AbstractView.html#method_getView"><abbr title="Patterns\Abstracts\AbstractView">AbstractView</abbr>::getView</a>() &mdash; <em>Method in class <a href="Patterns/Abstracts/AbstractView.html"><abbr title="Patterns\Abstracts\AbstractView">AbstractView</abbr></a></em></dt>
                    <dd>Get the view name</dd><dt>
    <a href="Patterns/Abstracts/AbstractView.html#method_getOutput"><abbr title="Patterns\Abstracts\AbstractView">AbstractView</abbr>::getOutput</a>() &mdash; <em>Method in class <a href="Patterns/Abstracts/AbstractView.html"><abbr title="Patterns\Abstracts\AbstractView">AbstractView</abbr></a></em></dt>
                    <dd>Get the current view rendering output</dd><dt>
    <a href="Patterns/Abstracts/AbstractView.html#method_getParams"><abbr title="Patterns\Abstracts\AbstractView">AbstractView</abbr>::getParams</a>() &mdash; <em>Method in class <a href="Patterns/Abstracts/AbstractView.html"><abbr title="Patterns\Abstracts\AbstractView">AbstractView</abbr></a></em></dt>
                    <dd>Get the parameters for the current view</dd><dt>
    <a href="Patterns/Abstracts/AbstractView.html#method_getParam"><abbr title="Patterns\Abstracts\AbstractView">AbstractView</abbr>::getParam</a>() &mdash; <em>Method in class <a href="Patterns/Abstracts/AbstractView.html"><abbr title="Patterns\Abstracts\AbstractView">AbstractView</abbr></a></em></dt>
                    <dd>Get a value of the parameters for the current view</dd><dt>
    <a href="Patterns/Abstracts/AbstractView.html#method_getDefaultViewParams"><abbr title="Patterns\Abstracts\AbstractView">AbstractView</abbr>::getDefaultViewParams</a>() &mdash; <em>Method in class <a href="Patterns/Abstracts/AbstractView.html"><abbr title="Patterns\Abstracts\AbstractView">AbstractView</abbr></a></em></dt>
                    <dd>Get the default parameters for all views</dd><dt>
    <a href="Patterns/Abstracts/AbstractView.html#method_getTemplate"><abbr title="Patterns\Abstracts\AbstractView">AbstractView</abbr>::getTemplate</a>() &mdash; <em>Method in class <a href="Patterns/Abstracts/AbstractView.html"><abbr title="Patterns\Abstracts\AbstractView">AbstractView</abbr></a></em></dt>
                    <dd>Search a view file in the current file system</dd><dt>
    <a href="Patterns/Commons/Collection.html#method_getCollection"><abbr title="Patterns\Commons\Collection">Collection</abbr>::getCollection</a>() &mdash; <em>Method in class <a href="Patterns/Commons/Collection.html"><abbr title="Patterns\Commons\Collection">Collection</abbr></a></em></dt>
                    <dd>Get the collection content</dd><dt>
    <a href="Patterns/Commons/Collection.html#method_getEntry"><abbr title="Patterns\Commons\Collection">Collection</abbr>::getEntry</a>() &mdash; <em>Method in class <a href="Patterns/Commons/Collection.html"><abbr title="Patterns\Commons\Collection">Collection</abbr></a></em></dt>
                    <dd>Gets a collection entry value by its index</dd><dt>
    <a href="Patterns/Commons/ConfigurationRegistry.html#method_get"><abbr title="Patterns\Commons\ConfigurationRegistry">ConfigurationRegistry</abbr>::get</a>() &mdash; <em>Method in class <a href="Patterns/Commons/ConfigurationRegistry.html"><abbr title="Patterns\Commons\ConfigurationRegistry">ConfigurationRegistry</abbr></a></em></dt>
                    <dd>Get the value of a specific option with depth</dd><dt>
    <a href="Patterns/Commons/ConfigurationRegistry.html#method_getConfigs"><abbr title="Patterns\Commons\ConfigurationRegistry">ConfigurationRegistry</abbr>::getConfigs</a>() &mdash; <em>Method in class <a href="Patterns/Commons/ConfigurationRegistry.html"><abbr title="Patterns\Commons\ConfigurationRegistry">ConfigurationRegistry</abbr></a></em></dt>
                    <dd>Get the array of options (from a specific scope if so)</dd><dt>
    <a href="Patterns/Commons/ConfigurationRegistry.html#method_getConfig"><abbr title="Patterns\Commons\ConfigurationRegistry">ConfigurationRegistry</abbr>::getConfig</a>() &mdash; <em>Method in class <a href="Patterns/Commons/ConfigurationRegistry.html"><abbr title="Patterns\Commons\ConfigurationRegistry">ConfigurationRegistry</abbr></a></em></dt>
                    <dd>Get the value of a specific option (no scope notation allowed here)</dd><dt>
    <a href="Patterns/Commons/Registry.html#method_getEntry"><abbr title="Patterns\Commons\Registry">Registry</abbr>::getEntry</a>() &mdash; <em>Method in class <a href="Patterns/Commons/Registry.html"><abbr title="Patterns\Commons\Registry">Registry</abbr></a></em></dt>
                    <dd>Get an entry from the instance registry</dd><dt>
    <a href="Patterns/Commons/Registry.html#method_getKey"><abbr title="Patterns\Commons\Registry">Registry</abbr>::getKey</a>() &mdash; <em>Method in class <a href="Patterns/Commons/Registry.html"><abbr title="Patterns\Commons\Registry">Registry</abbr></a></em></dt>
                    <dd>Search a key in registry</dd><dt>
    <a href="Patterns/Commons/Registry.html#method_getStackEntry"><abbr title="Patterns\Commons\Registry">Registry</abbr>::getStackEntry</a>() &mdash; <em>Method in class <a href="Patterns/Commons/Registry.html"><abbr title="Patterns\Commons\Registry">Registry</abbr></a></em></dt>
                    <dd>Get a stack entry of the registry stacks</dd><dt>
    <a href="Patterns/Commons/Registry.html#method_getStackKey"><abbr title="Patterns\Commons\Registry">Registry</abbr>::getStackKey</a>() &mdash; <em>Method in class <a href="Patterns/Commons/Registry.html"><abbr title="Patterns\Commons\Registry">Registry</abbr></a></em></dt>
                    <dd>Get the key of a stack entry of the registry stacks</dd><dt>
    <a href="Patterns/Interfaces/CachableInterface.html#method_getCacheKey"><abbr title="Patterns\Interfaces\CachableInterface">CachableInterface</abbr>::getCacheKey</a>() &mdash; <em>Method in class <a href="Patterns/Interfaces/CachableInterface.html"><abbr title="Patterns\Interfaces\CachableInterface">CachableInterface</abbr></a></em></dt>
                    <dd>Get the key of the current cached item</dd><dt>
    <a href="Patterns/Interfaces/CachableInterface.html#method_getCache"><abbr title="Patterns\Interfaces\CachableInterface">CachableInterface</abbr>::getCache</a>() &mdash; <em>Method in class <a href="Patterns/Interfaces/CachableInterface.html"><abbr title="Patterns\Interfaces\CachableInterface">CachableInterface</abbr></a></em></dt>
                    <dd>Get a cache content for an item</dd><dt>
    <a href="Patterns/Interfaces/CollectionInterface.html#method_getCollection"><abbr title="Patterns\Interfaces\CollectionInterface">CollectionInterface</abbr>::getCollection</a>() &mdash; <em>Method in class <a href="Patterns/Interfaces/CollectionInterface.html"><abbr title="Patterns\Interfaces\CollectionInterface">CollectionInterface</abbr></a></em></dt>
                    <dd>Get the collection content</dd><dt>
    <a href="Patterns/Interfaces/CollectionInterface.html#method_getEntry"><abbr title="Patterns\Interfaces\CollectionInterface">CollectionInterface</abbr>::getEntry</a>() &mdash; <em>Method in class <a href="Patterns/Interfaces/CollectionInterface.html"><abbr title="Patterns\Interfaces\CollectionInterface">CollectionInterface</abbr></a></em></dt>
                    <dd>Gets a collection entry value by its index</dd><dt>
    <a href="Patterns/Interfaces/DebuggableInterface.html#method_getDebug"><abbr title="Patterns\Interfaces\DebuggableInterface">DebuggableInterface</abbr>::getDebug</a>() &mdash; <em>Method in class <a href="Patterns/Interfaces/DebuggableInterface.html"><abbr title="Patterns\Interfaces\DebuggableInterface">DebuggableInterface</abbr></a></em></dt>
                    <dd>
</dd><dt>
    <a href="Patterns/Interfaces/OptionableInterface.html#method_getOptions"><abbr title="Patterns\Interfaces\OptionableInterface">OptionableInterface</abbr>::getOptions</a>() &mdash; <em>Method in class <a href="Patterns/Interfaces/OptionableInterface.html"><abbr title="Patterns\Interfaces\OptionableInterface">OptionableInterface</abbr></a></em></dt>
                    <dd>Get the array of options</dd><dt>
    <a href="Patterns/Interfaces/OptionableInterface.html#method_getOption"><abbr title="Patterns\Interfaces\OptionableInterface">OptionableInterface</abbr>::getOption</a>() &mdash; <em>Method in class <a href="Patterns/Interfaces/OptionableInterface.html"><abbr title="Patterns\Interfaces\OptionableInterface">OptionableInterface</abbr></a></em></dt>
                    <dd>Get the value of a specific option</dd><dt>
    <a href="Patterns/Interfaces/RepositoryInterface.html#method_getAll"><abbr title="Patterns\Interfaces\RepositoryInterface">RepositoryInterface</abbr>::getAll</a>() &mdash; <em>Method in class <a href="Patterns/Interfaces/RepositoryInterface.html"><abbr title="Patterns\Interfaces\RepositoryInterface">RepositoryInterface</abbr></a></em></dt>
                    <dd>
</dd><dt>
    <a href="Patterns/Interfaces/RepositoryInterface.html#method_getOneBy"><abbr title="Patterns\Interfaces\RepositoryInterface">RepositoryInterface</abbr>::getOneBy</a>() &mdash; <em>Method in class <a href="Patterns/Interfaces/RepositoryInterface.html"><abbr title="Patterns\Interfaces\RepositoryInterface">RepositoryInterface</abbr></a></em></dt>
                    <dd>
</dd><dt>
    <a href="Patterns/Interfaces/RequestInterface.html#method_getUrl"><abbr title="Patterns\Interfaces\RequestInterface">RequestInterface</abbr>::getUrl</a>() &mdash; <em>Method in class <a href="Patterns/Interfaces/RequestInterface.html"><abbr title="Patterns\Interfaces\RequestInterface">RequestInterface</abbr></a></em></dt>
                    <dd>
</dd><dt>
    <a href="Patterns/Interfaces/RequestInterface.html#method_getProtocol"><abbr title="Patterns\Interfaces\RequestInterface">RequestInterface</abbr>::getProtocol</a>() &mdash; <em>Method in class <a href="Patterns/Interfaces/RequestInterface.html"><abbr title="Patterns\Interfaces\RequestInterface">RequestInterface</abbr></a></em></dt>
                    <dd>
</dd><dt>
    <a href="Patterns/Interfaces/RequestInterface.html#method_getMethod"><abbr title="Patterns\Interfaces\RequestInterface">RequestInterface</abbr>::getMethod</a>() &mdash; <em>Method in class <a href="Patterns/Interfaces/RequestInterface.html"><abbr title="Patterns\Interfaces\RequestInterface">RequestInterface</abbr></a></em></dt>
                    <dd>
</dd><dt>
    <a href="Patterns/Interfaces/RequestInterface.html#method_getHeaders"><abbr title="Patterns\Interfaces\RequestInterface">RequestInterface</abbr>::getHeaders</a>() &mdash; <em>Method in class <a href="Patterns/Interfaces/RequestInterface.html"><abbr title="Patterns\Interfaces\RequestInterface">RequestInterface</abbr></a></em></dt>
                    <dd>
</dd><dt>
    <a href="Patterns/Interfaces/RequestInterface.html#method_getArguments"><abbr title="Patterns\Interfaces\RequestInterface">RequestInterface</abbr>::getArguments</a>() &mdash; <em>Method in class <a href="Patterns/Interfaces/RequestInterface.html"><abbr title="Patterns\Interfaces\RequestInterface">RequestInterface</abbr></a></em></dt>
                    <dd>
</dd><dt>
    <a href="Patterns/Interfaces/RequestInterface.html#method_getData"><abbr title="Patterns\Interfaces\RequestInterface">RequestInterface</abbr>::getData</a>() &mdash; <em>Method in class <a href="Patterns/Interfaces/RequestInterface.html"><abbr title="Patterns\Interfaces\RequestInterface">RequestInterface</abbr></a></em></dt>
                    <dd>
</dd><dt>
    <a href="Patterns/Interfaces/RequestInterface.html#method_getFiles"><abbr title="Patterns\Interfaces\RequestInterface">RequestInterface</abbr>::getFiles</a>() &mdash; <em>Method in class <a href="Patterns/Interfaces/RequestInterface.html"><abbr title="Patterns\Interfaces\RequestInterface">RequestInterface</abbr></a></em></dt>
                    <dd>
</dd><dt>
    <a href="Patterns/Interfaces/RequestInterface.html#method_getSession"><abbr title="Patterns\Interfaces\RequestInterface">RequestInterface</abbr>::getSession</a>() &mdash; <em>Method in class <a href="Patterns/Interfaces/RequestInterface.html"><abbr title="Patterns\Interfaces\RequestInterface">RequestInterface</abbr></a></em></dt>
                    <dd>
</dd><dt>
    <a href="Patterns/Interfaces/RequestInterface.html#method_getCookies"><abbr title="Patterns\Interfaces\RequestInterface">RequestInterface</abbr>::getCookies</a>() &mdash; <em>Method in class <a href="Patterns/Interfaces/RequestInterface.html"><abbr title="Patterns\Interfaces\RequestInterface">RequestInterface</abbr></a></em></dt>
                    <dd>
</dd><dt>
    <a href="Patterns/Interfaces/RequestInterface.html#method_getAuthentication"><abbr title="Patterns\Interfaces\RequestInterface">RequestInterface</abbr>::getAuthentication</a>() &mdash; <em>Method in class <a href="Patterns/Interfaces/RequestInterface.html"><abbr title="Patterns\Interfaces\RequestInterface">RequestInterface</abbr></a></em></dt>
                    <dd>
</dd><dt>
    <a href="Patterns/Interfaces/RouterInterface.html#method_getRoutes"><abbr title="Patterns\Interfaces\RouterInterface">RouterInterface</abbr>::getRoutes</a>() &mdash; <em>Method in class <a href="Patterns/Interfaces/RouterInterface.html"><abbr title="Patterns\Interfaces\RouterInterface">RouterInterface</abbr></a></em></dt>
                    <dd>Get the routes collection</dd><dt>
    <a href="Patterns/Interfaces/RouterInterface.html#method_getRoute"><abbr title="Patterns\Interfaces\RouterInterface">RouterInterface</abbr>::getRoute</a>() &mdash; <em>Method in class <a href="Patterns/Interfaces/RouterInterface.html"><abbr title="Patterns\Interfaces\RouterInterface">RouterInterface</abbr></a></em></dt>
                    <dd>Get the current route requested</dd><dt>
    <a href="Patterns/Interfaces/RouterInterface.html#method_generateUrl"><abbr title="Patterns\Interfaces\RouterInterface">RouterInterface</abbr>::generateUrl</a>() &mdash; <em>Method in class <a href="Patterns/Interfaces/RouterInterface.html"><abbr title="Patterns\Interfaces\RouterInterface">RouterInterface</abbr></a></em></dt>
                    <dd>Build a new route URL</dd><dt>
    <a href="Patterns/Interfaces/SingletonInterface.html#method_getInstance"><abbr title="Patterns\Interfaces\SingletonInterface">SingletonInterface</abbr>::getInstance</a>() &mdash; <em>Method in class <a href="Patterns/Interfaces/SingletonInterface.html"><abbr title="Patterns\Interfaces\SingletonInterface">SingletonInterface</abbr></a></em></dt>
                    <dd>This must return (and create if necessary) the object's instance</dd><dt>
    <a href="Patterns/Interfaces/StaticOptionableInterface.html#method_getOptions"><abbr title="Patterns\Interfaces\StaticOptionableInterface">StaticOptionableInterface</abbr>::getOptions</a>() &mdash; <em>Method in class <a href="Patterns/Interfaces/StaticOptionableInterface.html"><abbr title="Patterns\Interfaces\StaticOptionableInterface">StaticOptionableInterface</abbr></a></em></dt>
                    <dd>Get the array of options</dd><dt>
    <a href="Patterns/Interfaces/StaticOptionableInterface.html#method_getOption"><abbr title="Patterns\Interfaces\StaticOptionableInterface">StaticOptionableInterface</abbr>::getOption</a>() &mdash; <em>Method in class <a href="Patterns/Interfaces/StaticOptionableInterface.html"><abbr title="Patterns\Interfaces\StaticOptionableInterface">StaticOptionableInterface</abbr></a></em></dt>
                    <dd>Get the value of a specific option</dd><dt>
    <a href="Patterns/Interfaces/TranslatableInterface.html#method_getLanguage"><abbr title="Patterns\Interfaces\TranslatableInterface">TranslatableInterface</abbr>::getLanguage</a>() &mdash; <em>Method in class <a href="Patterns/Interfaces/TranslatableInterface.html"><abbr title="Patterns\Interfaces\TranslatableInterface">TranslatableInterface</abbr></a></em></dt>
                    <dd>
</dd><dt>
    <a href="Patterns/Interfaces/ViewInterface.html#method_getDefaultViewParams"><abbr title="Patterns\Interfaces\ViewInterface">ViewInterface</abbr>::getDefaultViewParams</a>() &mdash; <em>Method in class <a href="Patterns/Interfaces/ViewInterface.html"><abbr title="Patterns\Interfaces\ViewInterface">ViewInterface</abbr></a></em></dt>
                    <dd>Get an array of the default parameters for all views</dd><dt>
    <a href="Patterns/Interfaces/ViewInterface.html#method_getTemplate"><abbr title="Patterns\Interfaces\ViewInterface">ViewInterface</abbr>::getTemplate</a>() &mdash; <em>Method in class <a href="Patterns/Interfaces/ViewInterface.html"><abbr title="Patterns\Interfaces\ViewInterface">ViewInterface</abbr></a></em></dt>
                    <dd>Get a template file path (relative to <code>option['templates_dir']</code>)</dd><dt>
    <a href="Patterns/Traits/OptionableTrait.html#method_getOptions"><abbr title="Patterns\Traits\OptionableTrait">OptionableTrait</abbr>::getOptions</a>() &mdash; <em>Method in class <a href="Patterns/Traits/OptionableTrait.html"><abbr title="Patterns\Traits\OptionableTrait">OptionableTrait</abbr></a></em></dt>
                    <dd>Get the array of options</dd><dt>
    <a href="Patterns/Traits/OptionableTrait.html#method_getOption"><abbr title="Patterns\Traits\OptionableTrait">OptionableTrait</abbr>::getOption</a>() &mdash; <em>Method in class <a href="Patterns/Traits/OptionableTrait.html"><abbr title="Patterns\Traits\OptionableTrait">OptionableTrait</abbr></a></em></dt>
                    <dd>Get the value of a specific option</dd><dt>
    <a href="Patterns/Traits/SingletonTrait.html#method_getInstance"><abbr title="Patterns\Traits\SingletonTrait">SingletonTrait</abbr>::getInstance</a>() &mdash; <em>Method in class <a href="Patterns/Traits/SingletonTrait.html"><abbr title="Patterns\Traits\SingletonTrait">SingletonTrait</abbr></a></em></dt>
                    <dd>This is the static constructor/getter of the singleton instance</dd><dt>
    <a href="Patterns/Traits/TemplateViewTrait.html#method_getView"><abbr title="Patterns\Traits\TemplateViewTrait">TemplateViewTrait</abbr>::getView</a>() &mdash; <em>Method in class <a href="Patterns/Traits/TemplateViewTrait.html"><abbr title="Patterns\Traits\TemplateViewTrait">TemplateViewTrait</abbr></a></em></dt>
                    <dd>Get the view name</dd><dt>
    <a href="Patterns/Traits/TemplateViewTrait.html#method_getOutput"><abbr title="Patterns\Traits\TemplateViewTrait">TemplateViewTrait</abbr>::getOutput</a>() &mdash; <em>Method in class <a href="Patterns/Traits/TemplateViewTrait.html"><abbr title="Patterns\Traits\TemplateViewTrait">TemplateViewTrait</abbr></a></em></dt>
                    <dd>Get the current view rendering output</dd><dt>
    <a href="Patterns/Traits/TemplateViewTrait.html#method_getParams"><abbr title="Patterns\Traits\TemplateViewTrait">TemplateViewTrait</abbr>::getParams</a>() &mdash; <em>Method in class <a href="Patterns/Traits/TemplateViewTrait.html"><abbr title="Patterns\Traits\TemplateViewTrait">TemplateViewTrait</abbr></a></em></dt>
                    <dd>Get the parameters for the current view</dd><dt>
    <a href="Patterns/Traits/TemplateViewTrait.html#method_getParam"><abbr title="Patterns\Traits\TemplateViewTrait">TemplateViewTrait</abbr>::getParam</a>() &mdash; <em>Method in class <a href="Patterns/Traits/TemplateViewTrait.html"><abbr title="Patterns\Traits\TemplateViewTrait">TemplateViewTrait</abbr></a></em></dt>
                    <dd>Get a value of the parameters for the current view</dd><dt>
    <a href="Patterns/Traits/TemplateViewTrait.html#method_getDefaultViewParams"><abbr title="Patterns\Traits\TemplateViewTrait">TemplateViewTrait</abbr>::getDefaultViewParams</a>() &mdash; <em>Method in class <a href="Patterns/Traits/TemplateViewTrait.html"><abbr title="Patterns\Traits\TemplateViewTrait">TemplateViewTrait</abbr></a></em></dt>
                    <dd>Get the default parameters for all views</dd><dt>
    <a href="Patterns/Traits/TemplateViewTrait.html#method_getTemplate"><abbr title="Patterns\Traits\TemplateViewTrait">TemplateViewTrait</abbr>::getTemplate</a>() &mdash; <em>Method in class <a href="Patterns/Traits/TemplateViewTrait.html"><abbr title="Patterns\Traits\TemplateViewTrait">TemplateViewTrait</abbr></a></em></dt>
                    <dd>Search a view file in the current file system</dd>        </dl><h2 id="letterI">I</h2>
        <dl id="index"><dt>
    <a href="Patterns/Abstracts/AbstractStaticCreator.html#method_init"><abbr title="Patterns\Abstracts\AbstractStaticCreator">AbstractStaticCreator</abbr>::init</a>() &mdash; <em>Method in class <a href="Patterns/Abstracts/AbstractStaticCreator.html"><abbr title="Patterns\Abstracts\AbstractStaticCreator">AbstractStaticCreator</abbr></a></em></dt>
                    <dd>Force any descendant to implement a special constructor <code>init()</code> as it will be called by the <code>create()</code> static method</dd><dt>
    <a href="Patterns/Commons/Collection.html#method_in_array"><abbr title="Patterns\Commons\Collection">Collection</abbr>::in_array</a>() &mdash; <em>Method in class <a href="Patterns/Commons/Collection.html"><abbr title="Patterns\Commons\Collection">Collection</abbr></a></em></dt>
                    <dd>Search a value in the current array and returns true if so</dd><dt>
    <a href="Patterns/Commons/Collection.html#method_issetEntry"><abbr title="Patterns\Commons\Collection">Collection</abbr>::issetEntry</a>() &mdash; <em>Method in class <a href="Patterns/Commons/Collection.html"><abbr title="Patterns\Commons\Collection">Collection</abbr></a></em></dt>
                    <dd>Check if a collection entry exists by its index</dd><dt>
    <a href="Patterns/Commons/Registry.html#method_isEntry"><abbr title="Patterns\Commons\Registry">Registry</abbr>::isEntry</a>() &mdash; <em>Method in class <a href="Patterns/Commons/Registry.html"><abbr title="Patterns\Commons\Registry">Registry</abbr></a></em></dt>
                    <dd>Check if an entry exists in registry</dd><dt>
    <a href="Patterns/Commons/Registry.html#method_isStack"><abbr title="Patterns\Commons\Registry">Registry</abbr>::isStack</a>() &mdash; <em>Method in class <a href="Patterns/Commons/Registry.html"><abbr title="Patterns\Commons\Registry">Registry</abbr></a></em></dt>
                    <dd>Check if a stack exists in registry</dd><dt>
    <a href="Patterns/Interfaces/ArrayInterface.html#method_in_array"><abbr title="Patterns\Interfaces\ArrayInterface">ArrayInterface</abbr>::in_array</a>() &mdash; <em>Method in class <a href="Patterns/Interfaces/ArrayInterface.html"><abbr title="Patterns\Interfaces\ArrayInterface">ArrayInterface</abbr></a></em></dt>
                    <dd>Search a value in the current array and returns true if so</dd><dt>
    <a href="Patterns/Interfaces/CachableInterface.html#method_isCached"><abbr title="Patterns\Interfaces\CachableInterface">CachableInterface</abbr>::isCached</a>() &mdash; <em>Method in class <a href="Patterns/Interfaces/CachableInterface.html"><abbr title="Patterns\Interfaces\CachableInterface">CachableInterface</abbr></a></em></dt>
                    <dd>Test if an item is already cached and if its cache is still valid</dd><dt>
    <a href="Patterns/Interfaces/CachableInterface.html#method_invalidateCache"><abbr title="Patterns\Interfaces\CachableInterface">CachableInterface</abbr>::invalidateCache</a>() &mdash; <em>Method in class <a href="Patterns/Interfaces/CachableInterface.html"><abbr title="Patterns\Interfaces\CachableInterface">CachableInterface</abbr></a></em></dt>
                    <dd>Clear a cache content for an item</dd><dt>
    <a href="Patterns/Interfaces/CollectionInterface.html#method_issetEntry"><abbr title="Patterns\Interfaces\CollectionInterface">CollectionInterface</abbr>::issetEntry</a>() &mdash; <em>Method in class <a href="Patterns/Interfaces/CollectionInterface.html"><abbr title="Patterns\Interfaces\CollectionInterface">CollectionInterface</abbr></a></em></dt>
                    <dd>Check if a collection entry exists by its index</dd><dt>
    <a href="Patterns/Interfaces/DebuggableInterface.html#method_isDebug"><abbr title="Patterns\Interfaces\DebuggableInterface">DebuggableInterface</abbr>::isDebug</a>() &mdash; <em>Method in class <a href="Patterns/Interfaces/DebuggableInterface.html"><abbr title="Patterns\Interfaces\DebuggableInterface">DebuggableInterface</abbr></a></em></dt>
                    <dd>
</dd><dt><a href="Patterns/Interfaces/IteratorInterface.html"><abbr title="Patterns\Interfaces\IteratorInterface">IteratorInterface</abbr></a> &mdash; <em>Class in namespace <a href="Patterns/Interfaces.html">Patterns\Interfaces</a></em></dt>
                    <dd>Iterator interface</dd>        </dl><h2 id="letterK">K</h2>
        <dl id="index"><dt>
    <a href="Patterns/Commons/Collection.html#method_key"><abbr title="Patterns\Commons\Collection">Collection</abbr>::key</a>() &mdash; <em>Method in class <a href="Patterns/Commons/Collection.html"><abbr title="Patterns\Commons\Collection">Collection</abbr></a></em></dt>
                    <dd>Gets the current index</dd><dt>
    <a href="Patterns/Commons/Collection.html#method_key_exists"><abbr title="Patterns\Commons\Collection">Collection</abbr>::key_exists</a>() &mdash; <em>Method in class <a href="Patterns/Commons/Collection.html"><abbr title="Patterns\Commons\Collection">Collection</abbr></a></em></dt>
                    <dd>Search if an entry exists with this key</dd><dt>
    <a href="Patterns/Commons/Collection.html#method_keys"><abbr title="Patterns\Commons\Collection">Collection</abbr>::keys</a>() &mdash; <em>Method in class <a href="Patterns/Commons/Collection.html"><abbr title="Patterns\Commons\Collection">Collection</abbr></a></em></dt>
                    <dd>Returns an array with all keys of the original array</dd><dt>
    <a href="Patterns/Interfaces/ArrayInterface.html#method_key_exists"><abbr title="Patterns\Interfaces\ArrayInterface">ArrayInterface</abbr>::key_exists</a>() &mdash; <em>Method in class <a href="Patterns/Interfaces/ArrayInterface.html"><abbr title="Patterns\Interfaces\ArrayInterface">ArrayInterface</abbr></a></em></dt>
                    <dd>Search if an entry exists with this key</dd><dt>
    <a href="Patterns/Interfaces/ArrayInterface.html#method_keys"><abbr title="Patterns\Interfaces\ArrayInterface">ArrayInterface</abbr>::keys</a>() &mdash; <em>Method in class <a href="Patterns/Interfaces/ArrayInterface.html"><abbr title="Patterns\Interfaces\ArrayInterface">ArrayInterface</abbr></a></em></dt>
                    <dd>Returns an array with all keys of the original array</dd>        </dl><h2 id="letterL">L</h2>
        <dl id="index"><dt>
    <a href="Patterns/Commons/Registry.html#method_loadStack"><abbr title="Patterns\Commons\Registry">Registry</abbr>::loadStack</a>() &mdash; <em>Method in class <a href="Patterns/Commons/Registry.html"><abbr title="Patterns\Commons\Registry">Registry</abbr></a></em></dt>
                    <dd>Load a stack in registry (actual registry is overwrites)</dd>        </dl><h2 id="letterM">M</h2>
        <dl id="index"><dt>
    <a href="Patterns/Interfaces/RouterInterface.html#method_matchUrl"><abbr title="Patterns\Interfaces\RouterInterface">RouterInterface</abbr>::matchUrl</a>() &mdash; <em>Method in class <a href="Patterns/Interfaces/RouterInterface.html"><abbr title="Patterns\Interfaces\RouterInterface">RouterInterface</abbr></a></em></dt>
                    <dd>Distribute the current URL to the corresponding route</dd>        </dl><h2 id="letterN">N</h2>
        <dl id="index"><dt>
    <a href="Patterns/Commons/Collection.html#method_next"><abbr title="Patterns\Commons\Collection">Collection</abbr>::next</a>() &mdash; <em>Method in class <a href="Patterns/Commons/Collection.html"><abbr title="Patterns\Commons\Collection">Collection</abbr></a></em></dt>
                    <dd>Increase the current index</dd>        </dl><h2 id="letterO">O</h2>
        <dl id="index"><dt>
    <a href="Patterns/Commons/Collection.html#method_offsetSet"><abbr title="Patterns\Commons\Collection">Collection</abbr>::offsetSet</a>() &mdash; <em>Method in class <a href="Patterns/Commons/Collection.html"><abbr title="Patterns\Commons\Collection">Collection</abbr></a></em></dt>
                    <dd>Set a collection entry</dd><dt>
    <a href="Patterns/Commons/Collection.html#method_offsetExists"><abbr title="Patterns\Commons\Collection">Collection</abbr>::offsetExists</a>() &mdash; <em>Method in class <a href="Patterns/Commons/Collection.html"><abbr title="Patterns\Commons\Collection">Collection</abbr></a></em></dt>
                    <dd>Check if a collection entry exists</dd><dt>
    <a href="Patterns/Commons/Collection.html#method_offsetUnset"><abbr title="Patterns\Commons\Collection">Collection</abbr>::offsetUnset</a>() &mdash; <em>Method in class <a href="Patterns/Commons/Collection.html"><abbr title="Patterns\Commons\Collection">Collection</abbr></a></em></dt>
                    <dd>Unset a collection entry</dd><dt>
    <a href="Patterns/Commons/Collection.html#method_offsetGet"><abbr title="Patterns\Commons\Collection">Collection</abbr>::offsetGet</a>() &mdash; <em>Method in class <a href="Patterns/Commons/Collection.html"><abbr title="Patterns\Commons\Collection">Collection</abbr></a></em></dt>
                    <dd>Get a collection entry</dd><dt><a href="Patterns/Interfaces/OptionableInterface.html"><abbr title="Patterns\Interfaces\OptionableInterface">OptionableInterface</abbr></a> &mdash; <em>Class in namespace <a href="Patterns/Interfaces.html">Patterns\Interfaces</a></em></dt>
                    <dd>A simple interface to manage a set of options</dd><dt><a href="Patterns/Traits/OptionableTrait.html"><abbr title="Patterns\Traits\OptionableTrait">OptionableTrait</abbr></a> &mdash; <em>Class in namespace <a href="Patterns/Traits.html">Patterns\Traits</a></em></dt>
                    <dd>This trait is the exact copy of the <code>\Patterns\Abstracts\AbstractOptionable</code> class.</dd>        </dl><h2 id="letterP">P</h2>
        <dl id="index"><dt>
    <a href="Patterns/Abstracts/AbstractView.html#method_prependOutput"><abbr title="Patterns\Abstracts\AbstractView">AbstractView</abbr>::prependOutput</a>() &mdash; <em>Method in class <a href="Patterns/Abstracts/AbstractView.html"><abbr title="Patterns\Abstracts\AbstractView">AbstractView</abbr></a></em></dt>
                    <dd>Prepend the output content to the existing content</dd><dt>
    <a href="Patterns/Commons/Collection.html#method_prev"><abbr title="Patterns\Commons\Collection">Collection</abbr>::prev</a>() &mdash; <em>Method in class <a href="Patterns/Commons/Collection.html"><abbr title="Patterns\Commons\Collection">Collection</abbr></a></em></dt>
                    <dd>Decrease the current index</dd><dt>
    <a href="Patterns/Commons/Collection.html#method_pos"><abbr title="Patterns\Commons\Collection">Collection</abbr>::pos</a>() &mdash; <em>Method in class <a href="Patterns/Commons/Collection.html"><abbr title="Patterns\Commons\Collection">Collection</abbr></a></em></dt>
                    <dd>Alias of self::current()</dd><dt>
    <a href="Patterns/Commons/Collection.html#method_push"><abbr title="Patterns\Commons\Collection">Collection</abbr>::push</a>() &mdash; <em>Method in class <a href="Patterns/Commons/Collection.html"><abbr title="Patterns\Commons\Collection">Collection</abbr></a></em></dt>
                    <dd>Pushes a new value at the end of the collection, with no specific index</dd><dt>
    <a href="Patterns/Commons/Collection.html#method_pop"><abbr title="Patterns\Commons\Collection">Collection</abbr>::pop</a>() &mdash; <em>Method in class <a href="Patterns/Commons/Collection.html"><abbr title="Patterns\Commons\Collection">Collection</abbr></a></em></dt>
                    <dd>Deletes a value at the end of the collection</dd><dt>
    <a href="Patterns/Interfaces/ArrayInterface.html#method_pop"><abbr title="Patterns\Interfaces\ArrayInterface">ArrayInterface</abbr>::pop</a>() &mdash; <em>Method in class <a href="Patterns/Interfaces/ArrayInterface.html"><abbr title="Patterns\Interfaces\ArrayInterface">ArrayInterface</abbr></a></em></dt>
                    <dd>Deletes a value at the end of the collection</dd><dt>
    <a href="Patterns/Interfaces/ArrayInterface.html#method_push"><abbr title="Patterns\Interfaces\ArrayInterface">ArrayInterface</abbr>::push</a>() &mdash; <em>Method in class <a href="Patterns/Interfaces/ArrayInterface.html"><abbr title="Patterns\Interfaces\ArrayInterface">ArrayInterface</abbr></a></em></dt>
                    <dd>Pushes a new value at the end of the collection, with no specific index</dd><dt>
    <a href="Patterns/Interfaces/IteratorInterface.html#method_pos"><abbr title="Patterns\Interfaces\IteratorInterface">IteratorInterface</abbr>::pos</a>() &mdash; <em>Method in class <a href="Patterns/Interfaces/IteratorInterface.html"><abbr title="Patterns\Interfaces\IteratorInterface">IteratorInterface</abbr></a></em></dt>
                    <dd>Get the current index
This must be an alias of \Iterator::current()</dd><dt>
    <a href="Patterns/Interfaces/IteratorInterface.html#method_prev"><abbr title="Patterns\Interfaces\IteratorInterface">IteratorInterface</abbr>::prev</a>() &mdash; <em>Method in class <a href="Patterns/Interfaces/IteratorInterface.html"><abbr title="Patterns\Interfaces\IteratorInterface">IteratorInterface</abbr></a></em></dt>
                    <dd>Decrease the current index</dd><dt>
    <a href="Patterns/Interfaces/TranslatableInterface.html#method_pluralize"><abbr title="Patterns\Interfaces\TranslatableInterface">TranslatableInterface</abbr>::pluralize</a>() &mdash; <em>Method in class <a href="Patterns/Interfaces/TranslatableInterface.html"><abbr title="Patterns\Interfaces\TranslatableInterface">TranslatableInterface</abbr></a></em></dt>
                    <dd>
</dd><dt>
    <a href="Patterns/Traits/TemplateViewTrait.html#method_prependOutput"><abbr title="Patterns\Traits\TemplateViewTrait">TemplateViewTrait</abbr>::prependOutput</a>() &mdash; <em>Method in class <a href="Patterns/Traits/TemplateViewTrait.html"><abbr title="Patterns\Traits\TemplateViewTrait">TemplateViewTrait</abbr></a></em></dt>
                    <dd>Prepend the output content to the existing content</dd>        </dl><h2 id="letterR">R</h2>
        <dl id="index"><dt>
    <a href="Patterns/Abstracts/AbstractView.html#method_resetParams"><abbr title="Patterns\Abstracts\AbstractView">AbstractView</abbr>::resetParams</a>() &mdash; <em>Method in class <a href="Patterns/Abstracts/AbstractView.html"><abbr title="Patterns\Abstracts\AbstractView">AbstractView</abbr></a></em></dt>
                    <dd>Reset the parameters for the current view on an empty array</dd><dt>
    <a href="Patterns/Abstracts/AbstractView.html#method_render"><abbr title="Patterns\Abstracts\AbstractView">AbstractView</abbr>::render</a>() &mdash; <em>Method in class <a href="Patterns/Abstracts/AbstractView.html"><abbr title="Patterns\Abstracts\AbstractView">AbstractView</abbr></a></em></dt>
                    <dd>Building of a view content including a view file passing it parameters</dd><dt>
    <a href="Patterns/Commons/Collection.html#method_rewind"><abbr title="Patterns\Commons\Collection">Collection</abbr>::rewind</a>() &mdash; <em>Method in class <a href="Patterns/Commons/Collection.html"><abbr title="Patterns\Commons\Collection">Collection</abbr></a></em></dt>
                    <dd>Put the index value at the beginning of the collection array</dd><dt>
    <a href="Patterns/Commons/Collection.html#method_reset"><abbr title="Patterns\Commons\Collection">Collection</abbr>::reset</a>() &mdash; <em>Method in class <a href="Patterns/Commons/Collection.html"><abbr title="Patterns\Commons\Collection">Collection</abbr></a></em></dt>
                    <dd>Alias of self::rewind()</dd><dt><a href="Patterns/Commons/Registry.html"><abbr title="Patterns\Commons\Registry">Registry</abbr></a> &mdash; <em>Class in namespace <a href="Patterns/Commons.html">Patterns\Commons</a></em></dt>
                    <dd>A classic registry manager</dd><dt>
    <a href="Patterns/Interfaces/CrudInterface.html#method_read"><abbr title="Patterns\Interfaces\CrudInterface">CrudInterface</abbr>::read</a>() &mdash; <em>Method in class <a href="Patterns/Interfaces/CrudInterface.html"><abbr title="Patterns\Interfaces\CrudInterface">CrudInterface</abbr></a></em></dt>
                    <dd>
</dd><dt>
    <a href="Patterns/Interfaces/IteratorInterface.html#method_reset"><abbr title="Patterns\Interfaces\IteratorInterface">IteratorInterface</abbr>::reset</a>() &mdash; <em>Method in class <a href="Patterns/Interfaces/IteratorInterface.html"><abbr title="Patterns\Interfaces\IteratorInterface">IteratorInterface</abbr></a></em></dt>
                    <dd>Put the index value at 0
This must be an alias of \Iterator::rewind()</dd><dt><a href="Patterns/Interfaces/RepositoryInterface.html"><abbr title="Patterns\Interfaces\RepositoryInterface">RepositoryInterface</abbr></a> &mdash; <em>Class in namespace <a href="Patterns/Interfaces.html">Patterns\Interfaces</a></em></dt>
                    <dd>A simple interface to manage a model repository</dd><dt><a href="Patterns/Interfaces/RequestInterface.html"><abbr title="Patterns\Interfaces\RequestInterface">RequestInterface</abbr></a> &mdash; <em>Class in namespace <a href="Patterns/Interfaces.html">Patterns\Interfaces</a></em></dt>
                    <dd>Interface for classic request handling</dd><dt><a href="Patterns/Interfaces/ResponseInterface.html"><abbr title="Patterns\Interfaces\ResponseInterface">ResponseInterface</abbr></a> &mdash; <em>Class in namespace <a href="Patterns/Interfaces.html">Patterns\Interfaces</a></em></dt>
                    <dd>Interface for classic response handling</dd><dt>
    <a href="Patterns/Interfaces/ResponseInterface.html#method_redirect"><abbr title="Patterns\Interfaces\ResponseInterface">ResponseInterface</abbr>::redirect</a>() &mdash; <em>Method in class <a href="Patterns/Interfaces/ResponseInterface.html"><abbr title="Patterns\Interfaces\ResponseInterface">ResponseInterface</abbr></a></em></dt>
                    <dd>Make a redirection by headers</dd><dt><a href="Patterns/Interfaces/RouterInterface.html"><abbr title="Patterns\Interfaces\RouterInterface">RouterInterface</abbr></a> &mdash; <em>Class in namespace <a href="Patterns/Interfaces.html">Patterns\Interfaces</a></em></dt>
                    <dd>
</dd><dt>
    <a href="Patterns/Interfaces/RouterInterface.html#method_routeExists"><abbr title="Patterns\Interfaces\RouterInterface">RouterInterface</abbr>::routeExists</a>() &mdash; <em>Method in class <a href="Patterns/Interfaces/RouterInterface.html"><abbr title="Patterns\Interfaces\RouterInterface">RouterInterface</abbr></a></em></dt>
                    <dd>Check if a route exists</dd><dt>
    <a href="Patterns/Interfaces/RouterInterface.html#method_redirect"><abbr title="Patterns\Interfaces\RouterInterface">RouterInterface</abbr>::redirect</a>() &mdash; <em>Method in class <a href="Patterns/Interfaces/RouterInterface.html"><abbr title="Patterns\Interfaces\RouterInterface">RouterInterface</abbr></a></em></dt>
                    <dd>Make a redirection to a new route (HTTP redirect)</dd><dt>
    <a href="Patterns/Interfaces/ViewInterface.html#method_render"><abbr title="Patterns\Interfaces\ViewInterface">ViewInterface</abbr>::render</a>() &mdash; <em>Method in class <a href="Patterns/Interfaces/ViewInterface.html"><abbr title="Patterns\Interfaces\ViewInterface">ViewInterface</abbr></a></em></dt>
                    <dd>Building of a view content including a view file passing it parameters</dd><dt>
    <a href="Patterns/Traits/TemplateViewTrait.html#method_resetParams"><abbr title="Patterns\Traits\TemplateViewTrait">TemplateViewTrait</abbr>::resetParams</a>() &mdash; <em>Method in class <a href="Patterns/Traits/TemplateViewTrait.html"><abbr title="Patterns\Traits\TemplateViewTrait">TemplateViewTrait</abbr></a></em></dt>
                    <dd>Reset the parameters for the current view on an empty array</dd><dt>
    <a href="Patterns/Traits/TemplateViewTrait.html#method_render"><abbr title="Patterns\Traits\TemplateViewTrait">TemplateViewTrait</abbr>::render</a>() &mdash; <em>Method in class <a href="Patterns/Traits/TemplateViewTrait.html"><abbr title="Patterns\Traits\TemplateViewTrait">TemplateViewTrait</abbr></a></em></dt>
                    <dd>Building of a view content including a view file passing it parameters</dd>        </dl><h2 id="letterS">S</h2>
        <dl id="index"><dt>
    <a href="Patterns/Abstracts/AbstractOptionable.html#method_setOptions"><abbr title="Patterns\Abstracts\AbstractOptionable">AbstractOptionable</abbr>::setOptions</a>() &mdash; <em>Method in class <a href="Patterns/Abstracts/AbstractOptionable.html"><abbr title="Patterns\Abstracts\AbstractOptionable">AbstractOptionable</abbr></a></em></dt>
                    <dd>Set an array of options</dd><dt>
    <a href="Patterns/Abstracts/AbstractOptionable.html#method_setOption"><abbr title="Patterns\Abstracts\AbstractOptionable">AbstractOptionable</abbr>::setOption</a>() &mdash; <em>Method in class <a href="Patterns/Abstracts/AbstractOptionable.html"><abbr title="Patterns\Abstracts\AbstractOptionable">AbstractOptionable</abbr></a></em></dt>
                    <dd>Set the value of a specific option</dd><dt>
    <a href="Patterns/Abstracts/AbstractView.html#method_setView"><abbr title="Patterns\Abstracts\AbstractView">AbstractView</abbr>::setView</a>() &mdash; <em>Method in class <a href="Patterns/Abstracts/AbstractView.html"><abbr title="Patterns\Abstracts\AbstractView">AbstractView</abbr></a></em></dt>
                    <dd>Set the view name to parse</dd><dt>
    <a href="Patterns/Abstracts/AbstractView.html#method_setOutput"><abbr title="Patterns\Abstracts\AbstractView">AbstractView</abbr>::setOutput</a>() &mdash; <em>Method in class <a href="Patterns/Abstracts/AbstractView.html"><abbr title="Patterns\Abstracts\AbstractView">AbstractView</abbr></a></em></dt>
                    <dd>Set the output content</dd><dt>
    <a href="Patterns/Abstracts/AbstractView.html#method_setParams"><abbr title="Patterns\Abstracts\AbstractView">AbstractView</abbr>::setParams</a>() &mdash; <em>Method in class <a href="Patterns/Abstracts/AbstractView.html"><abbr title="Patterns\Abstracts\AbstractView">AbstractView</abbr></a></em></dt>
                    <dd>Set an array of the parameters for the current view</dd><dt>
    <a href="Patterns/Commons/Collection.html#method_setCollection"><abbr title="Patterns\Commons\Collection">Collection</abbr>::setCollection</a>() &mdash; <em>Method in class <a href="Patterns/Commons/Collection.html"><abbr title="Patterns\Commons\Collection">Collection</abbr></a></em></dt>
                    <dd>Set the collection content</dd><dt>
    <a href="Patterns/Commons/Collection.html#method_seek"><abbr title="Patterns\Commons\Collection">Collection</abbr>::seek</a>() &mdash; <em>Method in class <a href="Patterns/Commons/Collection.html"><abbr title="Patterns\Commons\Collection">Collection</abbr></a></em></dt>
                    <dd>Define the current index</dd><dt>
    <a href="Patterns/Commons/Collection.html#method_shift"><abbr title="Patterns\Commons\Collection">Collection</abbr>::shift</a>() &mdash; <em>Method in class <a href="Patterns/Commons/Collection.html"><abbr title="Patterns\Commons\Collection">Collection</abbr></a></em></dt>
                    <dd>Deletes a value at the beginning of the collection</dd><dt>
    <a href="Patterns/Commons/Collection.html#method_setEntry"><abbr title="Patterns\Commons\Collection">Collection</abbr>::setEntry</a>() &mdash; <em>Method in class <a href="Patterns/Commons/Collection.html"><abbr title="Patterns\Commons\Collection">Collection</abbr></a></em></dt>
                    <dd>Sets a collection entry value by its index</dd><dt>
    <a href="Patterns/Commons/ConfigurationRegistry.html#method_set"><abbr title="Patterns\Commons\ConfigurationRegistry">ConfigurationRegistry</abbr>::set</a>() &mdash; <em>Method in class <a href="Patterns/Commons/ConfigurationRegistry.html"><abbr title="Patterns\Commons\ConfigurationRegistry">ConfigurationRegistry</abbr></a></em></dt>
                    <dd>Set the value of a specific option with depth</dd><dt>
    <a href="Patterns/Commons/ConfigurationRegistry.html#method_setConfigs"><abbr title="Patterns\Commons\ConfigurationRegistry">ConfigurationRegistry</abbr>::setConfigs</a>() &mdash; <em>Method in class <a href="Patterns/Commons/ConfigurationRegistry.html"><abbr title="Patterns\Commons\ConfigurationRegistry">ConfigurationRegistry</abbr></a></em></dt>
                    <dd>Set an array of options</dd><dt>
    <a href="Patterns/Commons/ConfigurationRegistry.html#method_setConfig"><abbr title="Patterns\Commons\ConfigurationRegistry">ConfigurationRegistry</abbr>::setConfig</a>() &mdash; <em>Method in class <a href="Patterns/Commons/ConfigurationRegistry.html"><abbr title="Patterns\Commons\ConfigurationRegistry">ConfigurationRegistry</abbr></a></em></dt>
                    <dd>Set the value of a specific option (no scope notation allowed here)</dd><dt>
    <a href="Patterns/Commons/Registry.html#method_setEntry"><abbr title="Patterns\Commons\Registry">Registry</abbr>::setEntry</a>() &mdash; <em>Method in class <a href="Patterns/Commons/Registry.html"><abbr title="Patterns\Commons\Registry">Registry</abbr></a></em></dt>
                    <dd>Set an entry in the instance registry</dd><dt>
    <a href="Patterns/Commons/Registry.html#method_saveStack"><abbr title="Patterns\Commons\Registry">Registry</abbr>::saveStack</a>() &mdash; <em>Method in class <a href="Patterns/Commons/Registry.html"><abbr title="Patterns\Commons\Registry">Registry</abbr></a></em></dt>
                    <dd>Save a stack of entries in registry</dd><dt>
    <a href="Patterns/Interfaces/ArrayInterface.html#method_shift"><abbr title="Patterns\Interfaces\ArrayInterface">ArrayInterface</abbr>::shift</a>() &mdash; <em>Method in class <a href="Patterns/Interfaces/ArrayInterface.html"><abbr title="Patterns\Interfaces\ArrayInterface">ArrayInterface</abbr></a></em></dt>
                    <dd>Deletes a value at the beginning of the collection</dd><dt>
    <a href="Patterns/Interfaces/CachableInterface.html#method_setCache"><abbr title="Patterns\Interfaces\CachableInterface">CachableInterface</abbr>::setCache</a>() &mdash; <em>Method in class <a href="Patterns/Interfaces/CachableInterface.html"><abbr title="Patterns\Interfaces\CachableInterface">CachableInterface</abbr></a></em></dt>
                    <dd>Set a cache content for an item</dd><dt>
    <a href="Patterns/Interfaces/CollectionInterface.html#method_setCollection"><abbr title="Patterns\Interfaces\CollectionInterface">CollectionInterface</abbr>::setCollection</a>() &mdash; <em>Method in class <a href="Patterns/Interfaces/CollectionInterface.html"><abbr title="Patterns\Interfaces\CollectionInterface">CollectionInterface</abbr></a></em></dt>
                    <dd>Set the collection content</dd><dt>
    <a href="Patterns/Interfaces/CollectionInterface.html#method_setEntry"><abbr title="Patterns\Interfaces\CollectionInterface">CollectionInterface</abbr>::setEntry</a>() &mdash; <em>Method in class <a href="Patterns/Interfaces/CollectionInterface.html"><abbr title="Patterns\Interfaces\CollectionInterface">CollectionInterface</abbr></a></em></dt>
                    <dd>Sets a collection entry value by its index</dd><dt>
    <a href="Patterns/Interfaces/DebuggableInterface.html#method_setDebug"><abbr title="Patterns\Interfaces\DebuggableInterface">DebuggableInterface</abbr>::setDebug</a>() &mdash; <em>Method in class <a href="Patterns/Interfaces/DebuggableInterface.html"><abbr title="Patterns\Interfaces\DebuggableInterface">DebuggableInterface</abbr></a></em></dt>
                    <dd>
</dd><dt>
    <a href="Patterns/Interfaces/OptionableInterface.html#method_setOptions"><abbr title="Patterns\Interfaces\OptionableInterface">OptionableInterface</abbr>::setOptions</a>() &mdash; <em>Method in class <a href="Patterns/Interfaces/OptionableInterface.html"><abbr title="Patterns\Interfaces\OptionableInterface">OptionableInterface</abbr></a></em></dt>
                    <dd>Set an array of options</dd><dt>
    <a href="Patterns/Interfaces/OptionableInterface.html#method_setOption"><abbr title="Patterns\Interfaces\OptionableInterface">OptionableInterface</abbr>::setOption</a>() &mdash; <em>Method in class <a href="Patterns/Interfaces/OptionableInterface.html"><abbr title="Patterns\Interfaces\OptionableInterface">OptionableInterface</abbr></a></em></dt>
                    <dd>Set the value of a specific option</dd><dt>
    <a href="Patterns/Interfaces/ResponseInterface.html#method_send"><abbr title="Patterns\Interfaces\ResponseInterface">ResponseInterface</abbr>::send</a>() &mdash; <em>Method in class <a href="Patterns/Interfaces/ResponseInterface.html"><abbr title="Patterns\Interfaces\ResponseInterface">ResponseInterface</abbr></a></em></dt>
                    <dd>Send the response to the device</dd><dt>
    <a href="Patterns/Interfaces/RouterInterface.html#method_setRoutes"><abbr title="Patterns\Interfaces\RouterInterface">RouterInterface</abbr>::setRoutes</a>() &mdash; <em>Method in class <a href="Patterns/Interfaces/RouterInterface.html"><abbr title="Patterns\Interfaces\RouterInterface">RouterInterface</abbr></a></em></dt>
                    <dd>Set the routes collection</dd><dt><a href="Patterns/Interfaces/SingletonInterface.html"><abbr title="Patterns\Interfaces\SingletonInterface">SingletonInterface</abbr></a> &mdash; <em>Class in namespace <a href="Patterns/Interfaces.html">Patterns\Interfaces</a></em></dt>
                    <dd>A basic singleton interface</dd><dt><a href="Patterns/Interfaces/StaticCreatorInterface.html"><abbr title="Patterns\Interfaces\StaticCreatorInterface">StaticCreatorInterface</abbr></a> &mdash; <em>Class in namespace <a href="Patterns/Interfaces.html">Patterns\Interfaces</a></em></dt>
                    <dd>This interface allows to create objects that can be statically created "on-the-fly" to allow
method chaining constructing them like:</dd><dt><a href="Patterns/Interfaces/StaticOptionableInterface.html"><abbr title="Patterns\Interfaces\StaticOptionableInterface">StaticOptionableInterface</abbr></a> &mdash; <em>Class in namespace <a href="Patterns/Interfaces.html">Patterns\Interfaces</a></em></dt>
                    <dd>A simple interface to manage a set of options statically</dd><dt>
    <a href="Patterns/Interfaces/StaticOptionableInterface.html#method_setOptions"><abbr title="Patterns\Interfaces\StaticOptionableInterface">StaticOptionableInterface</abbr>::setOptions</a>() &mdash; <em>Method in class <a href="Patterns/Interfaces/StaticOptionableInterface.html"><abbr title="Patterns\Interfaces\StaticOptionableInterface">StaticOptionableInterface</abbr></a></em></dt>
                    <dd>Set an array of options</dd><dt>
    <a href="Patterns/Interfaces/StaticOptionableInterface.html#method_setOption"><abbr title="Patterns\Interfaces\StaticOptionableInterface">StaticOptionableInterface</abbr>::setOption</a>() &mdash; <em>Method in class <a href="Patterns/Interfaces/StaticOptionableInterface.html"><abbr title="Patterns\Interfaces\StaticOptionableInterface">StaticOptionableInterface</abbr></a></em></dt>
                    <dd>Set the value of a specific option</dd><dt>
    <a href="Patterns/Interfaces/TranslatableInterface.html#method_setLanguage"><abbr title="Patterns\Interfaces\TranslatableInterface">TranslatableInterface</abbr>::setLanguage</a>() &mdash; <em>Method in class <a href="Patterns/Interfaces/TranslatableInterface.html"><abbr title="Patterns\Interfaces\TranslatableInterface">TranslatableInterface</abbr></a></em></dt>
                    <dd>
</dd><dt>
    <a href="Patterns/Traits/OptionableTrait.html#method_setOptions"><abbr title="Patterns\Traits\OptionableTrait">OptionableTrait</abbr>::setOptions</a>() &mdash; <em>Method in class <a href="Patterns/Traits/OptionableTrait.html"><abbr title="Patterns\Traits\OptionableTrait">OptionableTrait</abbr></a></em></dt>
                    <dd>Set an array of options</dd><dt>
    <a href="Patterns/Traits/OptionableTrait.html#method_setOption"><abbr title="Patterns\Traits\OptionableTrait">OptionableTrait</abbr>::setOption</a>() &mdash; <em>Method in class <a href="Patterns/Traits/OptionableTrait.html"><abbr title="Patterns\Traits\OptionableTrait">OptionableTrait</abbr></a></em></dt>
                    <dd>Set the value of a specific option</dd><dt><a href="Patterns/Traits/SingletonTrait.html"><abbr title="Patterns\Traits\SingletonTrait">SingletonTrait</abbr></a> &mdash; <em>Class in namespace <a href="Patterns/Traits.html">Patterns\Traits</a></em></dt>
                    <dd>Basic singleton object definition</dd><dt>
    <a href="Patterns/Traits/TemplateViewTrait.html#method_setView"><abbr title="Patterns\Traits\TemplateViewTrait">TemplateViewTrait</abbr>::setView</a>() &mdash; <em>Method in class <a href="Patterns/Traits/TemplateViewTrait.html"><abbr title="Patterns\Traits\TemplateViewTrait">TemplateViewTrait</abbr></a></em></dt>
                    <dd>Set the view name to parse</dd><dt>
    <a href="Patterns/Traits/TemplateViewTrait.html#method_setOutput"><abbr title="Patterns\Traits\TemplateViewTrait">TemplateViewTrait</abbr>::setOutput</a>() &mdash; <em>Method in class <a href="Patterns/Traits/TemplateViewTrait.html"><abbr title="Patterns\Traits\TemplateViewTrait">TemplateViewTrait</abbr></a></em></dt>
                    <dd>Set the output content</dd><dt>
    <a href="Patterns/Traits/TemplateViewTrait.html#method_setParams"><abbr title="Patterns\Traits\TemplateViewTrait">TemplateViewTrait</abbr>::setParams</a>() &mdash; <em>Method in class <a href="Patterns/Traits/TemplateViewTrait.html"><abbr title="Patterns\Traits\TemplateViewTrait">TemplateViewTrait</abbr></a></em></dt>
                    <dd>Set an array of the parameters for the current view</dd>        </dl><h2 id="letterT">T</h2>
        <dl id="index"><dt><a href="Patterns/Interfaces/TranslatableInterface.html"><abbr title="Patterns\Interfaces\TranslatableInterface">TranslatableInterface</abbr></a> &mdash; <em>Class in namespace <a href="Patterns/Interfaces.html">Patterns\Interfaces</a></em></dt>
                    <dd>A simple interface for translation objects</dd><dt>
    <a href="Patterns/Interfaces/TranslatableInterface.html#method_translate"><abbr title="Patterns\Interfaces\TranslatableInterface">TranslatableInterface</abbr>::translate</a>() &mdash; <em>Method in class <a href="Patterns/Interfaces/TranslatableInterface.html"><abbr title="Patterns\Interfaces\TranslatableInterface">TranslatableInterface</abbr></a></em></dt>
                    <dd>
</dd><dt><a href="Patterns/Traits/TemplateViewTrait.html"><abbr title="Patterns\Traits\TemplateViewTrait">TemplateViewTrait</abbr></a> &mdash; <em>Class in namespace <a href="Patterns/Traits.html">Patterns\Traits</a></em></dt>
                    <dd>This trait is the exact copy of the <code>\Patterns\Abstracts\AbstractView</code> class.</dd>        </dl><h2 id="letterU">U</h2>
        <dl id="index"><dt>
    <a href="Patterns/Commons/Collection.html#method_unshift"><abbr title="Patterns\Commons\Collection">Collection</abbr>::unshift</a>() &mdash; <em>Method in class <a href="Patterns/Commons/Collection.html"><abbr title="Patterns\Commons\Collection">Collection</abbr></a></em></dt>
                    <dd>Pushes a new value at the beginning of the collection, with no specific index</dd><dt>
    <a href="Patterns/Commons/Collection.html#method_unsetEntry"><abbr title="Patterns\Commons\Collection">Collection</abbr>::unsetEntry</a>() &mdash; <em>Method in class <a href="Patterns/Commons/Collection.html"><abbr title="Patterns\Commons\Collection">Collection</abbr></a></em></dt>
                    <dd>Deletes a collection entry by its index</dd><dt>
    <a href="Patterns/Interfaces/ArrayInterface.html#method_unshift"><abbr title="Patterns\Interfaces\ArrayInterface">ArrayInterface</abbr>::unshift</a>() &mdash; <em>Method in class <a href="Patterns/Interfaces/ArrayInterface.html"><abbr title="Patterns\Interfaces\ArrayInterface">ArrayInterface</abbr></a></em></dt>
                    <dd>Pushes a new value at the beginning of the collection, with no specific index</dd><dt>
    <a href="Patterns/Interfaces/CollectionInterface.html#method_unsetEntry"><abbr title="Patterns\Interfaces\CollectionInterface">CollectionInterface</abbr>::unsetEntry</a>() &mdash; <em>Method in class <a href="Patterns/Interfaces/CollectionInterface.html"><abbr title="Patterns\Interfaces\CollectionInterface">CollectionInterface</abbr></a></em></dt>
                    <dd>Deletes a collection entry by its index</dd><dt>
    <a href="Patterns/Interfaces/CrudInterface.html#method_update"><abbr title="Patterns\Interfaces\CrudInterface">CrudInterface</abbr>::update</a>() &mdash; <em>Method in class <a href="Patterns/Interfaces/CrudInterface.html"><abbr title="Patterns\Interfaces\CrudInterface">CrudInterface</abbr></a></em></dt>
                    <dd>
</dd>        </dl><h2 id="letterV">V</h2>
        <dl id="index"><dt>
    <a href="Patterns/Commons/Collection.html#method_valid"><abbr title="Patterns\Commons\Collection">Collection</abbr>::valid</a>() &mdash; <em>Method in class <a href="Patterns/Commons/Collection.html"><abbr title="Patterns\Commons\Collection">Collection</abbr></a></em></dt>
                    <dd>Check if current value is set</dd><dt>
    <a href="Patterns/Commons/Collection.html#method_values"><abbr title="Patterns\Commons\Collection">Collection</abbr>::values</a>() &mdash; <em>Method in class <a href="Patterns/Commons/Collection.html"><abbr title="Patterns\Commons\Collection">Collection</abbr></a></em></dt>
                    <dd>Returns an array with all values of the original array</dd><dt>
    <a href="Patterns/Interfaces/ArrayInterface.html#method_values"><abbr title="Patterns\Interfaces\ArrayInterface">ArrayInterface</abbr>::values</a>() &mdash; <em>Method in class <a href="Patterns/Interfaces/ArrayInterface.html"><abbr title="Patterns\Interfaces\ArrayInterface">ArrayInterface</abbr></a></em></dt>
                    <dd>Returns an array with all values of the original array</dd><dt><a href="Patterns/Interfaces/ViewInterface.html"><abbr title="Patterns\Interfaces\ViewInterface">ViewInterface</abbr></a> &mdash; <em>Class in namespace <a href="Patterns/Interfaces.html">Patterns\Interfaces</a></em></dt>
                    <dd>
</dd>        </dl><h2 id="letter_">_</h2>
        <dl id="index"><dt>
    <a href="Patterns/Abstracts/AbstractAccessible.html#method___set"><abbr title="Patterns\Abstracts\AbstractAccessible">AbstractAccessible</abbr>::__set</a>() &mdash; <em>Method in class <a href="Patterns/Abstracts/AbstractAccessible.html"><abbr title="Patterns\Abstracts\AbstractAccessible">AbstractAccessible</abbr></a></em></dt>
                    <dd>Set an object property, accessing it by "setVariable" if the method exists</dd><dt>
    <a href="Patterns/Abstracts/AbstractAccessible.html#method___get"><abbr title="Patterns\Abstracts\AbstractAccessible">AbstractAccessible</abbr>::__get</a>() &mdash; <em>Method in class <a href="Patterns/Abstracts/AbstractAccessible.html"><abbr title="Patterns\Abstracts\AbstractAccessible">AbstractAccessible</abbr></a></em></dt>
                    <dd>Get an object property, accessing it by "getVariable" if the method exists</dd><dt>
    <a href="Patterns/Abstracts/AbstractAccessible.html#method___isset"><abbr title="Patterns\Abstracts\AbstractAccessible">AbstractAccessible</abbr>::__isset</a>() &mdash; <em>Method in class <a href="Patterns/Abstracts/AbstractAccessible.html"><abbr title="Patterns\Abstracts\AbstractAccessible">AbstractAccessible</abbr></a></em></dt>
                    <dd>Test if an object property has been set, using the "issetVariable" method if defined</dd><dt>
    <a href="Patterns/Abstracts/AbstractAccessible.html#method___unset"><abbr title="Patterns\Abstracts\AbstractAccessible">AbstractAccessible</abbr>::__unset</a>() &mdash; <em>Method in class <a href="Patterns/Abstracts/AbstractAccessible.html"><abbr title="Patterns\Abstracts\AbstractAccessible">AbstractAccessible</abbr></a></em></dt>
                    <dd>Test if an object property has been set, using the "unsetVariable" method if defined</dd><dt>
    <a href="Patterns/Abstracts/AbstractSingleton.html#method___clone"><abbr title="Patterns\Abstracts\AbstractSingleton">AbstractSingleton</abbr>::__clone</a>() &mdash; <em>Method in class <a href="Patterns/Abstracts/AbstractSingleton.html"><abbr title="Patterns\Abstracts\AbstractSingleton">AbstractSingleton</abbr></a></em></dt>
                    <dd>Object cloning is avoid</dd><dt>
    <a href="Patterns/Abstracts/AbstractStaticCreator.html#method___construct"><abbr title="Patterns\Abstracts\AbstractStaticCreator">AbstractStaticCreator</abbr>::__construct</a>() &mdash; <em>Method in class <a href="Patterns/Abstracts/AbstractStaticCreator.html"><abbr title="Patterns\Abstracts\AbstractStaticCreator">AbstractStaticCreator</abbr></a></em></dt>
                    <dd>Magic default constructor for non-static use</dd><dt>
    <a href="Patterns/Commons/Collection.html#method___construct"><abbr title="Patterns\Commons\Collection">Collection</abbr>::__construct</a>() &mdash; <em>Method in class <a href="Patterns/Commons/Collection.html"><abbr title="Patterns\Commons\Collection">Collection</abbr></a></em></dt>
                    <dd>Construction of a collection</dd><dt>
    <a href="Patterns/Commons/ConfigurationRegistry.html#method___construct"><abbr title="Patterns\Commons\ConfigurationRegistry">ConfigurationRegistry</abbr>::__construct</a>() &mdash; <em>Method in class <a href="Patterns/Commons/ConfigurationRegistry.html"><abbr title="Patterns\Commons\ConfigurationRegistry">ConfigurationRegistry</abbr></a></em></dt>
                    <dd>Construction : initialization of the registry on an empty array</dd><dt>
    <a href="Patterns/Commons/Registry.html#method___set"><abbr title="Patterns\Commons\Registry">Registry</abbr>::__set</a>() &mdash; <em>Method in class <a href="Patterns/Commons/Registry.html"><abbr title="Patterns\Commons\Registry">Registry</abbr></a></em></dt>
                    <dd>Set an entry in the instance registry (magic setter)</dd><dt>
    <a href="Patterns/Commons/Registry.html#method___get"><abbr title="Patterns\Commons\Registry">Registry</abbr>::__get</a>() &mdash; <em>Method in class <a href="Patterns/Commons/Registry.html"><abbr title="Patterns\Commons\Registry">Registry</abbr></a></em></dt>
                    <dd>Get an entry from the instance registry (magic getter)</dd><dt>
    <a href="Patterns/Interfaces/AccessibleInterface.html#method___set"><abbr title="Patterns\Interfaces\AccessibleInterface">AccessibleInterface</abbr>::__set</a>() &mdash; <em>Method in class <a href="Patterns/Interfaces/AccessibleInterface.html"><abbr title="Patterns\Interfaces\AccessibleInterface">AccessibleInterface</abbr></a></em></dt>
                    <dd>Set an object property, accessing it by "setVariable" if the method exists</dd><dt>
    <a href="Patterns/Interfaces/AccessibleInterface.html#method___get"><abbr title="Patterns\Interfaces\AccessibleInterface">AccessibleInterface</abbr>::__get</a>() &mdash; <em>Method in class <a href="Patterns/Interfaces/AccessibleInterface.html"><abbr title="Patterns\Interfaces\AccessibleInterface">AccessibleInterface</abbr></a></em></dt>
                    <dd>Get an object property, accessing it by "getVariable" if the method exists</dd><dt>
    <a href="Patterns/Interfaces/AccessibleInterface.html#method___isset"><abbr title="Patterns\Interfaces\AccessibleInterface">AccessibleInterface</abbr>::__isset</a>() &mdash; <em>Method in class <a href="Patterns/Interfaces/AccessibleInterface.html"><abbr title="Patterns\Interfaces\AccessibleInterface">AccessibleInterface</abbr></a></em></dt>
                    <dd>Test if an object property has been set, using the "issetVariable" method if defined</dd><dt>
    <a href="Patterns/Interfaces/AccessibleInterface.html#method___unset"><abbr title="Patterns\Interfaces\AccessibleInterface">AccessibleInterface</abbr>::__unset</a>() &mdash; <em>Method in class <a href="Patterns/Interfaces/AccessibleInterface.html"><abbr title="Patterns\Interfaces\AccessibleInterface">AccessibleInterface</abbr></a></em></dt>
                    <dd>Test if an object property has been set, using the "unsetVariable" method if defined</dd><dt>
    <a href="Patterns/Interfaces/SingletonInterface.html#method___clone"><abbr title="Patterns\Interfaces\SingletonInterface">SingletonInterface</abbr>::__clone</a>() &mdash; <em>Method in class <a href="Patterns/Interfaces/SingletonInterface.html"><abbr title="Patterns\Interfaces\SingletonInterface">SingletonInterface</abbr></a></em></dt>
                    <dd>This must throw an error as cloning a singleton is forbidden</dd><dt>
    <a href="Patterns/Traits/AccessibleTrait.html#method___set"><abbr title="Patterns\Traits\AccessibleTrait">AccessibleTrait</abbr>::__set</a>() &mdash; <em>Method in class <a href="Patterns/Traits/AccessibleTrait.html"><abbr title="Patterns\Traits\AccessibleTrait">AccessibleTrait</abbr></a></em></dt>
                    <dd>Set an object property, accessing it by "setVariable" if the method exists</dd><dt>
    <a href="Patterns/Traits/AccessibleTrait.html#method___get"><abbr title="Patterns\Traits\AccessibleTrait">AccessibleTrait</abbr>::__get</a>() &mdash; <em>Method in class <a href="Patterns/Traits/AccessibleTrait.html"><abbr title="Patterns\Traits\AccessibleTrait">AccessibleTrait</abbr></a></em></dt>
                    <dd>Get an object property, accessing it by "getVariable" if the method exists</dd><dt>
    <a href="Patterns/Traits/AccessibleTrait.html#method___isset"><abbr title="Patterns\Traits\AccessibleTrait">AccessibleTrait</abbr>::__isset</a>() &mdash; <em>Method in class <a href="Patterns/Traits/AccessibleTrait.html"><abbr title="Patterns\Traits\AccessibleTrait">AccessibleTrait</abbr></a></em></dt>
                    <dd>Test if an object property has been set, using the "issetVariable" method if defined</dd><dt>
    <a href="Patterns/Traits/AccessibleTrait.html#method___unset"><abbr title="Patterns\Traits\AccessibleTrait">AccessibleTrait</abbr>::__unset</a>() &mdash; <em>Method in class <a href="Patterns/Traits/AccessibleTrait.html"><abbr title="Patterns\Traits\AccessibleTrait">AccessibleTrait</abbr></a></em></dt>
                    <dd>Test if an object property has been set, using the "unsetVariable" method if defined</dd><dt>
    <a href="Patterns/Traits/SingletonTrait.html#method___construct"><abbr title="Patterns\Traits\SingletonTrait">SingletonTrait</abbr>::__construct</a>() &mdash; <em>Method in class <a href="Patterns/Traits/SingletonTrait.html"><abbr title="Patterns\Traits\SingletonTrait">SingletonTrait</abbr></a></em></dt>
                    <dd>Constructor : classic object constructor</dd><dt>
    <a href="Patterns/Traits/SingletonTrait.html#method___clone"><abbr title="Patterns\Traits\SingletonTrait">SingletonTrait</abbr>::__clone</a>() &mdash; <em>Method in class <a href="Patterns/Traits/SingletonTrait.html"><abbr title="Patterns\Traits\SingletonTrait">SingletonTrait</abbr></a></em></dt>
                    <dd>This must throw an error as cloning a singleton is forbidden</dd>        </dl>            </div>
                <div id="footer">
        Generated by <a href="http://sami.sensiolabs.org/">Sami, the API Documentation Generator</a>.
    </div>

        </div>
    </div>
    </body>

</html>