Skip to content
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.

Commit

Permalink
Removed Broker implementation
Browse files Browse the repository at this point in the history
- Removed Pluggable, Broker, PluginBroker, and PluginSpecBroker from Zend\Loader
- Removed tests and docs for all of the above
- Removed obsolete references to Pluggable everywhere found (was only in
  imports, but never used)
- Removed unused MarkupBroker and MarkupLoader
  • Loading branch information
weierophinney committed Jul 6, 2012
1 parent fc3c8b7 commit 7d5bed1
Show file tree
Hide file tree
Showing 18 changed files with 2 additions and 2,501 deletions.
19 changes: 0 additions & 19 deletions documentation/manual/en/manual.xml.in
Expand Up @@ -1067,12 +1067,6 @@
</xi:fallback>
</xi:include>

<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="module_specs/Zend_Loader-Broker.xml" parse="xml">
<xi:fallback>
<xi:include href="../en/module_specs/Zend_Loader-Broker.xml" parse="xml"/>
</xi:fallback>
</xi:include>

<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="module_specs/Zend_Loader-PluginClassLocator.xml" parse="xml">
<xi:fallback>
<xi:include href="../en/module_specs/Zend_Loader-PluginClassLocator.xml" parse="xml"/>
Expand All @@ -1091,12 +1085,6 @@
</xi:fallback>
</xi:include>

<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="module_specs/Zend_Loader-PluginSpecBroker.xml" parse="xml">
<xi:fallback>
<xi:include href="../en/module_specs/Zend_Loader-PluginSpecBroker.xml" parse="xml"/>
</xi:fallback>
</xi:include>

<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="module_specs/Zend_Loader-StandardAutoloader.xml" parse="xml">
<xi:fallback>
<xi:include href="../en/module_specs/Zend_Loader-StandardAutoloader.xml" parse="xml"/>
Expand All @@ -1115,18 +1103,11 @@
</xi:fallback>
</xi:include>

<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="module_specs/Zend_Loader-PluginBroker.xml" parse="xml">
<xi:fallback>
<xi:include href="../en/module_specs/Zend_Loader-PluginBroker.xml" parse="xml"/>
</xi:fallback>
</xi:include>

<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="module_specs/Zend_Loader-PrefixPathMapper.xml" parse="xml">
<xi:fallback>
<xi:include href="../en/module_specs/Zend_Loader-PrefixPathMapper.xml" parse="xml"/>
</xi:fallback>
</xi:include>

</chapter>

<!--<chapter xml:id="zend.log"><title>Zend_Log</title>-->
Expand Down
211 changes: 0 additions & 211 deletions documentation/manual/en/module_specs/Zend_Loader-Broker.xml

This file was deleted.

0 comments on commit 7d5bed1

Please sign in to comment.