Protocol(MORuntimeUtilities)


Abstract

Protocol runtime extension methods.

Discussion

Protocol runtime extension methods.



Methods

MO_allConformingClasses
Returns an array of all the classes which conform to the receiving protocol.

MO_allConformingClasses

Returns an array of all the classes which conform to the receiving protocol.
- ( NSArray *) MO_allConformingClasses;

This method returns an array of all the classes which conform to the receiving protocol. This method will never return _NSZombie or Object or any subclasses of Object. It will never return any classes that do not implement +retain and +release.

method result
The array of classes.

(Last Updated 3/20/2005)