Project

General

Profile

Actions

Feature #60822

closed

Get class tag values via reflection

Added by Mathias Brodala over 9 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Extbase
Target version:
Start date:
2014-08-06
Due date:
% Done:

100%

Estimated time:
PHP Version:
Tags:
Complexity:
easy
Sprint Focus:

Description

The ReflectionService currently allows getting tag values for properties and methods. The same should be available for classes since the data is already collected in ReflectionService::reflectClass() anyways.

Suggestion: add ReflectionService::getClassTagsValues($className) and ReflectionService::getClassTagValues($className, $tag) and use the existing data.

Actions

Also available in: Atom PDF