Feature #38787
Provide an "instanceof"-like method for string class names
| Status: | Closed | Start date: | 2012-07-09 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | Adrian Föder | % Done: | 0% |
|
| Category: | Reflection | |||
| Target version: | TYPO3 Flow Base Distribution - 2.0 beta 1 | |||
| PHP Version: | Complexity: | |||
| Has patch: | No | |||
| Votes: | 0 |
Description
currently there is no method in PHP to do instanceof-like operations on class names, i.e. strings.
The reflection service would be a good place for this helper method.
History
Updated by Gerrit Code Review 11 months ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/12718
Updated by Gerrit Code Review 9 months ago
Patch set 2 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/12718
Updated by Gerrit Code Review 9 months ago
Patch set 3 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/12718
Updated by Karsten Dambekalns 5 months ago
- Status changed from Under Review to Closed
Change has been abandoned.