Subversion Repositories Applications.framework

Compare Revisions

Ignore whitespace Rev 475 → Rev 476

/branches/v0.2-buhl/doc/ApiGen/class-Debug.html
7,7 → 7,7
<title>Class Debug | TBFramework - v0.2</title>
 
<script type="text/javascript" src="resources/combined.js?4205936287"></script>
<script type="text/javascript" src="elementlist.js?117657638"></script>
<script type="text/javascript" src="elementlist.js?1835392179"></script>
<link rel="stylesheet" type="text/css" media="all" href="resources/style.css?3505392360">
 
</head>
40,6 → 40,7
<li><a href="class-Controleur.html">Controleur</a></li>
<li class="active"><a href="class-Debug.html">Debug</a></li>
<li><a href="class-GestionnaireException.html">GestionnaireException</a></li>
<li><a href="class-I18n.html">I18n</a></li>
<li><a href="class-Log.html">Log</a></li>
<li><a href="class-Modele.html">Modele</a></li>
<li><a href="class-Registre.html">Registre</a></li>
107,8 → 108,6
print_r. L'affichage et l'utilisation de ces fonctions sont améliorés via
cette classe. Cette classe est inspirée de la classe Zend_Debug.</p>
 
<p>PHP version 5</p>
 
</div>
 
 
126,21 → 125,18
<b>Package:</b> <a href="package-Framework.html">Framework</a><br>
 
<b>Category:</b>
Debogage<br>
PHP 5.2<br>
<b>Copyright:</b>
1999-2009 Tela Botanica (<a
Copyright (c) 2009, Tela Botanica (<a
href="mailto:accueil&#64;tela-botanica.org">accueil&#64;<!-- -->tela-botanica.org</a>)<br>
<b>License:</b>
<a href="GPL">v3 &lt;http://www.gnu.org/licenses/gpl.txt&gt;</a><br>
<a href="GNU-GPL-v3">&lt;http://www.gnu.org/licenses/gpl.html&gt;</a><br>
<b>License:</b>
<a href="CECILL">v2 &lt;http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt&gt;</a><br>
<a href="CECILL-v2">&lt;http://www.cecill.info/licences/Licence_CeCILL_V2-fr.txt&gt;</a><br>
<b>Author:</b>
Jean-Pascal MILCENT &lt;<a
href="mailto:jpm&#64;tela-botanica.org">jpm&#64;<!-- -->tela-botanica.org</a>&gt;
// Autres auteurs :<br>
<b>Version:</b>
$$Id: Debug.php 167 2010-03-19 17:12:08Z jpm $$<br>
<b>Located at</b> <a href="source-class-Debug.html#3-122" title="Go to source code">Debug.php</a><br>
href="mailto:jpm&#64;tela-botanica.org">jpm&#64;<!-- -->tela-botanica.org</a>&gt;<br>
<b>Located at</b> <a href="source-class-Debug.html#3-142" title="Go to source code">Debug.php</a><br>
</div>
 
 
158,7 → 154,7
 
<td class="name"><div>
<a class="anchor" href="#_getMode">#</a>
<code><a href="source-class-Debug.html#27-36" title="Go to source code">getMode</a>( )</code>
<code><a href="source-class-Debug.html#25-34" title="Go to source code">getMode</a>( )</code>
 
<div class="description short">
195,7 → 191,7
 
<td class="name"><div>
<a class="anchor" href="#_dump">#</a>
<code><a href="source-class-Debug.html#38-56" title="Go to source code">dump</a>( <span>mixed <var>$variable</var></span>, <span>string <var>$mot_cle</var> = <span class="php-keyword1">null</span></span>, <span>boolean <var>$echo</var> = <span class="php-keyword1">true</span></span> )</code>
<code><a href="source-class-Debug.html#36-54" title="Go to source code">dump</a>( <span>mixed <var>$variable</var></span>, <span>string <var>$mot_cle</var> = <span class="php-keyword1">null</span></span>, <span>boolean <var>$echo</var> = <span class="php-keyword1">false</span></span> )</code>
 
<div class="description short">
242,17 → 238,17
 
<td class="name"><div>
<a class="anchor" href="#_printr">#</a>
<code><a href="source-class-Debug.html#58-71" title="Go to source code">printr</a>( <span>mixed <var>$variable</var></span>, <span>string <var>$mot_cle</var> = <span class="php-keyword1">null</span></span>, <span>boolean <var>$echo</var> = <span class="php-keyword1">true</span></span> )</code>
<code><a href="source-class-Debug.html#56-69" title="Go to source code">printr</a>( <span>mixed <var>$variable</var></span>, <span>string <var>$mot_cle</var> = <span class="php-keyword1">null</span></span>, <span>boolean <var>$echo</var> = <span class="php-keyword1">false</span></span> )</code>
 
<div class="description short">
<p>Equivalent de print_r</p>
<p>Equivalent de print_r.</p>
 
</div>
 
<div class="description detailed hidden">
<p>Equivalent de print_r</p>
<p>Equivalent de print_r.</p>
 
 
 
286,10 → 282,53
 
 
 
<table class="summary" id="constants">
<caption>Constants summary</caption>
<tr data-order="MODE_ECHO" id="MODE_ECHO">
 
<td class="attributes"><code>string</code></td>
<td class="name"><code>
<a href="source-class-Debug.html#17" title="Go to source code"><b>MODE_ECHO</b></a>
</code></td>
<td class="value"><code><span class="php-quote">'echo'</span></code></td>
<td class="description"><div>
<a href="#MODE_ECHO" class="anchor">#</a>
 
<div class="description short">
</div>
 
<div class="description detailed hidden">
 
</div>
</div></td>
</tr>
<tr data-order="MODE_NOTICE" id="MODE_NOTICE">
 
<td class="attributes"><code>string</code></td>
<td class="name"><code>
<a href="source-class-Debug.html#18" title="Go to source code"><b>MODE_NOTICE</b></a>
</code></td>
<td class="value"><code><span class="php-quote">'e_user_notice'</span></code></td>
<td class="description"><div>
<a href="#MODE_NOTICE" class="anchor">#</a>
 
<div class="description short">
</div>
 
<div class="description detailed hidden">
 
</div>
</div></td>
</tr>
</table>
 
 
 
 
<table class="summary" id="properties">
<caption>Properties summary</caption>
<tr data-order="mode" id="$mode">
299,7 → 338,7
</code></td>
 
<td class="name">
<a href="source-class-Debug.html#22-25" title="Go to source code"><var>$mode</var></a>
<a href="source-class-Debug.html#20-23" title="Go to source code"><var>$mode</var></a>
</td>
<td class="value"><code><span class="php-keyword1">null</span></code></td>
<td class="description"><div>