<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html lang="en"> <head> <meta name="generator" content="PHPDoctor 2RC4 (http://phpdoctor.sourceforge.net/)"> <meta name="when" content="Wed, 14 Apr 2010 15:12:04 +0000"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css"> <link rel="start" href="../../../../overview-summary.html"> <title>FixSchema (Doctrine)</title> </head> <body id="definition" onload="parent.document.title=document.title;"> <div class="header"> <h1>Doctrine</h1> <ul> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="../../../../doctrine/dbal/schema/visitor/package-summary.html">Namespace</a></li> <li class="active">Class</li> <li><a href="../../../../doctrine/dbal/schema/visitor/package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-all.html">Index</a></li> </ul> </div> <div class="small_links"> <a href="../../../../index.html" target="_top">Frames</a> <a href="../../../../doctrine/dbal/schema/visitor/fixschema.html" target="_top">No frames</a> </div> <div class="small_links"> Summary: <a href="#summary_field">Field</a> | <a href="#summary_method">Method</a> | <a href="#summary_constr">Constr</a> Detail: <a href="#detail_field">Field</a> | <a href="#detail_method">Method</a> | <a href="#summary_constr">Constr</a> </div> <hr> <div class="qualifiedName">Doctrine\DBAL\Schema\Visitor\FixSchema</div> <div class="location">/Doctrine/DBAL/Schema/Visitor/FixSchema.php at line 14</div> <h1>Class FixSchema</h1> <pre class="tree"><strong>FixSchema</strong><br /></pre> <hr> <p class="signature">public class <strong>FixSchema</strong></p> <hr> <table id="summary_constr"> <tr><th colspan="2">Constructor Summary</th></tr> <tr> <td class="description"><p class="name"><a href="#FixSchema()">FixSchema</a>(mixed addExplicitIndexForForeignKey)</p></td> </tr> </table> <table id="summary_method"> <tr><th colspan="2">Method Summary</th></tr> <tr> <td class="type"> void</td> <td class="description"><p class="name"><a href="#acceptColumn()">acceptColumn</a>(mixed table, <a href="../../../../doctrine/dbal/schema/column.html">Column</a> column)</p><p class="description"></p></td> </tr> <tr> <td class="type"> void</td> <td class="description"><p class="name"><a href="#acceptForeignKey()">acceptForeignKey</a>(<a href="../../../../doctrine/dbal/schema/table.html">Table</a> localTable, <a href="../../../../doctrine/dbal/schema/foreignkeyconstraint.html">ForeignKeyConstraint</a> fkConstraint)</p><p class="description"></p></td> </tr> <tr> <td class="type"> void</td> <td class="description"><p class="name"><a href="#acceptIndex()">acceptIndex</a>(<a href="../../../../doctrine/dbal/schema/table.html">Table</a> table, <a href="../../../../doctrine/dbal/schema/index.html">Index</a> index)</p><p class="description"></p></td> </tr> <tr> <td class="type"> void</td> <td class="description"><p class="name"><a href="#acceptSchema()">acceptSchema</a>(<a href="../../../../doctrine/dbal/schema/schema.html">Schema</a> schema)</p><p class="description"></p></td> </tr> <tr> <td class="type"> void</td> <td class="description"><p class="name"><a href="#acceptSequence()">acceptSequence</a>(<a href="../../../../doctrine/dbal/schema/sequence.html">Sequence</a> sequence)</p><p class="description"></p></td> </tr> <tr> <td class="type"> void</td> <td class="description"><p class="name"><a href="#acceptTable()">acceptTable</a>(<a href="../../../../doctrine/dbal/schema/table.html">Table</a> table)</p><p class="description"></p></td> </tr> </table> <h2 id="detail_constr">Constructor Detail</h2> <div class="location">/Doctrine/DBAL/Schema/Visitor/FixSchema.php at line 21</div> <h3 id="FixSchema()">FixSchema</h3> <code class="signature">public <strong>FixSchema</strong>(mixed addExplicitIndexForForeignKey)</code> <div class="details"> </div> <hr> <h2 id="detail_method">Method Detail</h2> <div class="location">/Doctrine/DBAL/Schema/Visitor/FixSchema.php at line 45</div> <h3 id="acceptColumn()">acceptColumn</h3> <code class="signature">public void <strong>acceptColumn</strong>(mixed table, <a href="../../../../doctrine/dbal/schema/column.html">Column</a> column)</code> <div class="details"> <p></p></div> <hr> <div class="location">/Doctrine/DBAL/Schema/Visitor/FixSchema.php at line 54</div> <h3 id="acceptForeignKey()">acceptForeignKey</h3> <code class="signature">public void <strong>acceptForeignKey</strong>(<a href="../../../../doctrine/dbal/schema/table.html">Table</a> localTable, <a href="../../../../doctrine/dbal/schema/foreignkeyconstraint.html">ForeignKeyConstraint</a> fkConstraint)</code> <div class="details"> <p></p></div> <hr> <div class="location">/Doctrine/DBAL/Schema/Visitor/FixSchema.php at line 70</div> <h3 id="acceptIndex()">acceptIndex</h3> <code class="signature">public void <strong>acceptIndex</strong>(<a href="../../../../doctrine/dbal/schema/table.html">Table</a> table, <a href="../../../../doctrine/dbal/schema/index.html">Index</a> index)</code> <div class="details"> <p></p></div> <hr> <div class="location">/Doctrine/DBAL/Schema/Visitor/FixSchema.php at line 29</div> <h3 id="acceptSchema()">acceptSchema</h3> <code class="signature">public void <strong>acceptSchema</strong>(<a href="../../../../doctrine/dbal/schema/schema.html">Schema</a> schema)</code> <div class="details"> <p></p></div> <hr> <div class="location">/Doctrine/DBAL/Schema/Visitor/FixSchema.php at line 78</div> <h3 id="acceptSequence()">acceptSequence</h3> <code class="signature">public void <strong>acceptSequence</strong>(<a href="../../../../doctrine/dbal/schema/sequence.html">Sequence</a> sequence)</code> <div class="details"> <p></p></div> <hr> <div class="location">/Doctrine/DBAL/Schema/Visitor/FixSchema.php at line 37</div> <h3 id="acceptTable()">acceptTable</h3> <code class="signature">public void <strong>acceptTable</strong>(<a href="../../../../doctrine/dbal/schema/table.html">Table</a> table)</code> <div class="details"> <p></p></div> <hr> <div class="header"> <h1>Doctrine</h1> <ul> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="../../../../doctrine/dbal/schema/visitor/package-summary.html">Namespace</a></li> <li class="active">Class</li> <li><a href="../../../../doctrine/dbal/schema/visitor/package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-all.html">Index</a></li> </ul> </div> <div class="small_links"> <a href="../../../../index.html" target="_top">Frames</a> <a href="../../../../doctrine/dbal/schema/visitor/fixschema.html" target="_top">No frames</a> </div> <div class="small_links"> Summary: <a href="#summary_field">Field</a> | <a href="#summary_method">Method</a> | <a href="#summary_constr">Constr</a> Detail: <a href="#detail_field">Field</a> | <a href="#detail_method">Method</a> | <a href="#summary_constr">Constr</a> </div> <hr> <p id="footer">This document was generated by <a href="http://peej.github.com/phpdoctor/">PHPDoctor: The PHP Documentation Creator</a></p> </body> </html>