|
|
@@ -84,8 +84,10 @@
|
|
|
</thead>
|
|
|
<tbody>
|
|
|
<row>
|
|
|
- <entry><methodname>__construct($environment, $options = null)</methodname></entry>
|
|
|
- <entry><code>void</code></entry>
|
|
|
+ <entry>
|
|
|
+ <methodname>__construct($environment, $options = null)</methodname>
|
|
|
+ </entry>
|
|
|
+ <entry><type>Void</type></entry>
|
|
|
<entry><itemizedlist>
|
|
|
<listitem><para>
|
|
|
<varname>$environment</varname>: <emphasis>required</emphasis>,.
|
|
|
@@ -103,7 +105,7 @@
|
|
|
</para>
|
|
|
<itemizedlist>
|
|
|
<listitem><para>
|
|
|
- <emphasis>String</emphasis>: path to
|
|
|
+ <emphasis><type>String</type></emphasis>: path to
|
|
|
a <classname>Zend_Config</classname> file to load
|
|
|
as configuration for your application.
|
|
|
<varname>$environment</varname> will be used
|
|
|
@@ -112,7 +114,7 @@
|
|
|
</para></listitem>
|
|
|
|
|
|
<listitem><para>
|
|
|
- <emphasis>Array</emphasis>: associative
|
|
|
+ <emphasis><type>Array</type></emphasis>: associative
|
|
|
array of configuration data for your
|
|
|
application.
|
|
|
</para></listitem>
|
|
|
@@ -135,7 +137,7 @@
|
|
|
|
|
|
<row>
|
|
|
<entry><methodname>getEnvironment()</methodname></entry>
|
|
|
- <entry><code>string</code></entry>
|
|
|
+ <entry><type>String</type></entry>
|
|
|
<entry>N/A</entry>
|
|
|
<entry><para>
|
|
|
Retrieve the environment string passed to the
|
|
|
@@ -175,7 +177,7 @@
|
|
|
|
|
|
<row>
|
|
|
<entry><methodname>getOptions()</methodname></entry>
|
|
|
- <entry><code>array</code></entry>
|
|
|
+ <entry><type>Array</type></entry>
|
|
|
<entry>N/A</entry>
|
|
|
<entry><para>
|
|
|
Retrieve all options used to initialize the object;
|
|
|
@@ -186,7 +188,7 @@
|
|
|
|
|
|
<row>
|
|
|
<entry><methodname>hasOption($key)</methodname></entry>
|
|
|
- <entry><code>boolean</code></entry>
|
|
|
+ <entry><type>Boolean</type></entry>
|
|
|
<entry>
|
|
|
<itemizedlist>
|
|
|
<listitem><para>
|
|
|
@@ -203,7 +205,9 @@
|
|
|
|
|
|
<row>
|
|
|
<entry><methodname>getOption($key)</methodname></entry>
|
|
|
- <entry><code>mixed</code></entry>
|
|
|
+ <entry>
|
|
|
+ <type>Mixed</type>
|
|
|
+ </entry>
|
|
|
<entry><itemizedlist>
|
|
|
<listitem><para>
|
|
|
<varname>$key</varname>: String option key to lookup
|
|
|
@@ -216,7 +220,9 @@
|
|
|
</row>
|
|
|
|
|
|
<row>
|
|
|
- <entry><methodname>setPhpSettings(array $settings, $prefix = '')</methodname></entry>
|
|
|
+ <entry>
|
|
|
+ <methodname>setPhpSettings(array $settings, $prefix = '')</methodname>
|
|
|
+ </entry>
|
|
|
<entry><classname>Zend_Application</classname></entry>
|
|
|
<entry><itemizedlist>
|
|
|
<listitem><para>
|
|
|
@@ -228,12 +234,12 @@
|
|
|
<varname>$prefix</varname>: <emphasis>optional</emphasis>.
|
|
|
String prefix with which to prepend option keys.
|
|
|
Used internally to allow mapping nested arrays
|
|
|
- to dot-separated php.ini keys. In normal usage,
|
|
|
+ to dot-separated <filename>php.ini</filename> keys. In normal usage,
|
|
|
this argument should never be passed by a user.
|
|
|
</para></listitem>
|
|
|
</itemizedlist></entry>
|
|
|
<entry><para>
|
|
|
- Set run-time php.ini settings. Dot-separated
|
|
|
+ Set run-time <filename>php.ini</filename> settings. Dot-separated
|
|
|
settings may be nested hierarchically (which may
|
|
|
occur with INI <classname>Zend_Config</classname> files) via
|
|
|
an array-of-arrays, and will still resolve
|
|
|
@@ -242,7 +248,9 @@
|
|
|
</row>
|
|
|
|
|
|
<row>
|
|
|
- <entry><methodname>setAutoloaderNamespaces(array $namespaces)</methodname></entry>
|
|
|
+ <entry>
|
|
|
+ <methodname>setAutoloaderNamespaces(array $namespaces)</methodname>
|
|
|
+ </entry>
|
|
|
<entry><classname>Zend_Application</classname></entry>
|
|
|
<entry><itemizedlist>
|
|
|
<listitem><para>
|
|
|
@@ -284,7 +292,7 @@
|
|
|
<row>
|
|
|
<entry><methodname>getBootstrap()</methodname></entry>
|
|
|
<entry>
|
|
|
- <code>null</code> |
|
|
|
+ <constant>NULL</constant> |
|
|
|
<classname>Zend_Application_Bootstrap_Bootstrapper</classname>
|
|
|
</entry>
|
|
|
<entry>N/A</entry>
|
|
|
@@ -295,7 +303,7 @@
|
|
|
|
|
|
<row>
|
|
|
<entry><methodname>bootstrap()</methodname></entry>
|
|
|
- <entry><code>void</code></entry>
|
|
|
+ <entry><type>Void</type></entry>
|
|
|
<entry>N/A</entry>
|
|
|
<entry><para>
|
|
|
Call the bootstrap's <methodname>bootstrap()</methodname>
|
|
|
@@ -305,7 +313,7 @@
|
|
|
|
|
|
<row>
|
|
|
<entry><methodname>run()</methodname></entry>
|
|
|
- <entry><code>void</code></entry>
|
|
|
+ <entry><type>Void</type></entry>
|
|
|
<entry>N/A</entry>
|
|
|
<entry><para>
|
|
|
Call the bootstrap's <methodname>run()</methodname>
|