<?php namespace Metadata; /** * Interface for Metadata Factory implementations. * * @author Johannes M. Schmitt <schmittjoh@gmail.com> */ interface MetadataFactoryInterface { /** * Returns the gathered metadata for the given class name. * * If the drivers return instances of MergeableClassMetadata, these will be * merged prior to returning. Otherwise, all metadata for the inheritance * hierarchy will be returned as ClassHierarchyMetadata unmerged. * * If no metadata is available, null is returned. * * @param string $className * * @return ClassHierarchyMetadata|MergeableClassMetadata|null */ public function getMetadataForClass($className); }
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
Cache | Folder | 0755 |
|
|
Driver | Folder | 0755 |
|
|
AdvancedMetadataFactoryInterface.php | File | 464 B | 0644 |
|
ClassHierarchyMetadata.php | File | 791 B | 0644 |
|
ClassMetadata.php | File | 1.86 KB | 0644 |
|
MergeableClassMetadata.php | File | 837 B | 0644 |
|
MergeableInterface.php | File | 200 B | 0644 |
|
MetadataFactory.php | File | 5.71 KB | 0644 |
|
MetadataFactoryInterface.php | File | 723 B | 0644 |
|
MethodMetadata.php | File | 1.12 KB | 0644 |
|
NullMetadata.php | File | 198 B | 0644 |
|
PropertyMetadata.php | File | 1.28 KB | 0644 |
|
Version.php | File | 83 B | 0644 |
|