| [ Index ] |
PHP Cross Reference of WordPress Trunk (Updated Daily) |
[Source view] [Print] [Project Stats]
(no description)
| File Size: | 45 lines (1 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
ModelMetadataDirectoryInterface:: (3 methods):
listModelMetadata()
hasModelMetadata()
getModelMetadata()
Interface: ModelMetadataDirectoryInterface - X-Ref
Interface for accessing model metadata within a provider.| listModelMetadata() X-Ref |
| Lists all available model metadata. return: list<ModelMetadata> Array of model metadata. |
| hasModelMetadata(string $modelId) X-Ref |
| Checks if metadata exists for a specific model. return: bool True if metadata exists, false otherwise. param: string $modelId Model identifier. |
| getModelMetadata(string $modelId) X-Ref |
| Gets metadata for a specific model. return: ModelMetadata Model metadata. param: string $modelId Model identifier. |
| Generated : Sat Jun 13 09:38:55 2026 | Cross-referenced by PHPXref |