1
0
mirror of synced 2024-12-15 07:36:03 +03:00
doctrine2/lib/api/doctrine/orm/tools/toolevents.html
2010-04-14 17:13:14 +02:00

115 lines
4.5 KiB
HTML

<!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:06 +0000">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css">
<link rel="start" href="../../../overview-summary.html">
<title>ToolEvents (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/orm/tools/package-summary.html">Namespace</a></li>
<li class="active">Class</li>
<li><a href="../../../doctrine/orm/tools/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/orm/tools/toolevents.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\ORM\Tools\ToolEvents</div>
<div class="location">/Doctrine/ORM/Tools/ToolEvents.php at line 24</div>
<h1>Class ToolEvents</h1>
<pre class="tree"><strong>ToolEvents</strong><br /></pre>
<hr>
<p class="signature">public class <strong>ToolEvents</strong></p>
<hr>
<table id="summary_field">
<tr><th colspan="2">Field Summary</th></tr>
<tr>
<td class="type">final string</td>
<td class="description"><p class="name"><a href="#postGenerateSchema">postGenerateSchema</a></p><p class="description">The postGenerateSchema event is triggered in SchemaTool#getSchemaFromMetadata()
after all entity classes have been transformed into the related Schema structure.
</p></td>
</tr>
<tr>
<td class="type">final string</td>
<td class="description"><p class="name"><a href="#postGenerateSchemaTable">postGenerateSchemaTable</a></p><p class="description">The postGenerateSchemaTable event occurs in SchemaTool#getSchemaFromMetadata()
whenever an entity class is transformed into its table representation. </p></td>
</tr>
</table>
<h2 id="detail_field">Field Detail</h2>
<div class="location">/Doctrine/ORM/Tools/ToolEvents.php at line 43</div>
<h3 id="postGenerateSchema">postGenerateSchema</h3>
<code class="signature">public final string <strong>postGenerateSchema</strong> = 'postGenerateSchema'</code>
<div class="details">
<p>The postGenerateSchema event is triggered in SchemaTool#getSchemaFromMetadata()
after all entity classes have been transformed into the related Schema structure.
The EventArgs contain the EntityManager and the created Schema instance.</p></div>
<hr>
<div class="location">/Doctrine/ORM/Tools/ToolEvents.php at line 34</div>
<h3 id="postGenerateSchemaTable">postGenerateSchemaTable</h3>
<code class="signature">public final string <strong>postGenerateSchemaTable</strong> = 'postGenerateSchemaTable'</code>
<div class="details">
<p>The postGenerateSchemaTable event occurs in SchemaTool#getSchemaFromMetadata()
whenever an entity class is transformed into its table representation. It recieves
the current non-complete Schema instance, the Entity Metadata Class instance and
the Schema Table instance of this entity.</p></div>
<hr>
<div class="header">
<h1>Doctrine</h1>
<ul>
<li><a href="../../../overview-summary.html">Overview</a></li>
<li><a href="../../../doctrine/orm/tools/package-summary.html">Namespace</a></li>
<li class="active">Class</li>
<li><a href="../../../doctrine/orm/tools/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/orm/tools/toolevents.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>