blob: e935b3a618796ad9b5509537d588db6a8cd10c8e [file] [log] [blame]
<?php
/**
* Autoloader definition for the Reflection 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 Reflection
*/
return array(
'ezcReflectionType' => 'Reflection/interfaces/type.php',
'ezcReflectionAbstractType' => 'Reflection/types/abstract_type.php',
'ezcReflectionClass' => 'Reflection/class.php',
'ezcReflectionDocCommentParser' => 'Reflection/interfaces/doc_comment_parser.php',
'ezcReflectionAnnotation' => 'Reflection/annotations/annotation.php',
'ezcReflectionTypeFactory' => 'Reflection/interfaces/type_factory.php',
'ezcReflection' => 'Reflection/reflection.php',
'ezcReflectionArrayType' => 'Reflection/types/array_type.php',
'ezcReflectionObjectType' => 'Reflection/types/object_type.php',
'ezcReflectionAnnotationFactory' => 'Reflection/annotation_factory.php',
'ezcReflectionAnnotationParam' => 'Reflection/annotations/param.php',
'ezcReflectionAnnotationReturn' => 'Reflection/annotations/return.php',
'ezcReflectionAnnotationVar' => 'Reflection/annotations/var.php',
'ezcReflectionExtension' => 'Reflection/extension.php',
'ezcReflectionFunction' => 'Reflection/function.php',
'ezcReflectionMethod' => 'Reflection/method.php',
'ezcReflectionParameter' => 'Reflection/parameter.php',
'ezcReflectionDocCommentParserImpl' => 'Reflection/doc_comment_parser.php',
'ezcReflectionPrimitiveType' => 'Reflection/types/primitive_type.php',
'ezcReflectionMixedType' => 'Reflection/types/mixed_type.php',
'ezcReflectionProperty' => 'Reflection/property.php',
'ezcReflectionTypeFactoryImpl' => 'Reflection/type_factory.php',
'ezcReflectionTypeMapper' => 'Reflection/type_mapper.php',
'ezcReflectionObject' => 'Reflection/object.php',
'ezcReflectionCallToUndefinedMethodException' => 'Reflection/exceptions/call_to_undefined_method.php',
);
?>