blob: 0e4a79ffffb171b6a976c3587ddf0b937289d999 [file] [log] [blame]
<?php
/**
* Autoloader definition for the Tree component.
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
* @version //autogentag//
* @filesource
* @package Tree
*/
return array(
'ezcTreeException' => 'Tree/exceptions/exception.php',
'ezcTreeDataStoreMissingDataException' => 'Tree/exceptions/missing_data.php',
'ezcTreeIdsDoNotMatchException' => 'Tree/exceptions/ids_do_not_match.php',
'ezcTreeInvalidClassException' => 'Tree/exceptions/invalid_class.php',
'ezcTreeInvalidIdException' => 'Tree/exceptions/invalid_id.php',
'ezcTreeInvalidXmlException' => 'Tree/exceptions/invalid_xml.php',
'ezcTreeInvalidXmlFormatException' => 'Tree/exceptions/invalid_xml_format.php',
'ezcTreeTransactionAlreadyStartedException' => 'Tree/exceptions/transaction_already_started.php',
'ezcTreeTransactionNotStartedException' => 'Tree/exceptions/transaction_not_started.php',
'ezcTreeUnknownIdException' => 'Tree/exceptions/unknown_id.php',
'ezcTreeDataStore' => 'Tree/interfaces/data_store.php',
'ezcTreeVisitable' => 'Tree/interfaces/visitable.php',
'ezcTree' => 'Tree/tree.php',
'ezcTreeVisitor' => 'Tree/interfaces/visitor.php',
'ezcTreeXmlDataStore' => 'Tree/stores/xml.php',
'ezcTreeMemory' => 'Tree/backends/memory.php',
'ezcTreeMemoryDataStore' => 'Tree/stores/memory.php',
'ezcTreeMemoryNode' => 'Tree/structs/memory_node.php',
'ezcTreeNode' => 'Tree/tree_node.php',
'ezcTreeNodeList' => 'Tree/tree_node_list.php',
'ezcTreeNodeListIterator' => 'Tree/tree_node_list_iterator.php',
'ezcTreeTransactionItem' => 'Tree/structs/transaction_item.php',
'ezcTreeVisitorGraphViz' => 'Tree/visitors/graphviz.php',
'ezcTreeVisitorPlainText' => 'Tree/visitors/plain_text.php',
'ezcTreeVisitorXHTML' => 'Tree/visitors/xhtml.php',
'ezcTreeVisitorXHTMLOptions' => 'Tree/options/visitor_xhtml.php',
'ezcTreeVisitorYUI' => 'Tree/visitors/yui.php',
'ezcTreeVisitorYUIOptions' => 'Tree/options/visitor_yui.php',
'ezcTreeXml' => 'Tree/backends/xml.php',
'ezcTreeXmlInternalDataStore' => 'Tree/stores/xml_internal.php',
);
?>