Ticket #92 (closed refactoring: fixed)

Opened 6 months ago

Last modified 6 months ago

Create a new interface stubAnnotatable

Reported by: mikey Assigned to: mikey
Priority: major Milestone: 0.4.0
Component: core Version: SVN-trunk
Keywords: Cc:

Description (Last modified by mikey)

A new interface stubAnnotatable should be created containing two methods: public function hasAnnotation($annotationName); public function getAnnotation($annotationName); The following classes should implement this interface: stubReflectionClass stubReflectionObject stubReflectionFunction stubReflectionMethod stubReflectionProperty Both methods already exist in the stubBaseReflectionClass interface and will be removed from there.

The new interface will help to detect whether a reflected structure may have annotations or not.

Change History

11/09/07 10:46:29 changed by mikey

This is a requirement for enhancement #91.

11/09/07 15:26:24 changed by mikey

  • description changed.

11/09/07 15:44:45 changed by mikey

  • status changed from new to closed.
  • resolution set to fixed.

Refactored with changeset 1016.