X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FDispatcher.pm;h=39eb2897ee93750ce28caed33702dfecb1af1685;hb=bafb7fb41dd4cbc70fc18a173841cebf850f5b35;hp=6e182fa847146307b06fbd792fda2da07287740b;hpb=02298d3acbba3136f6c216651373a479f171e50e;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst/Dispatcher.pm b/lib/Catalyst/Dispatcher.pm index 6e182fa..39eb289 100644 --- a/lib/Catalyst/Dispatcher.pm +++ b/lib/Catalyst/Dispatcher.pm @@ -656,7 +656,14 @@ sub _load_dispatch_types { return @loaded; } -# Dont document this until someone else is happy with beaviour. Ash 2009/03/16 +=head2 $self->dispatch_type( $type ) + +Get the DispatchType object of the relevant type, i.e. passing C<$type> of +C would return a L object (assuming +of course it's being used.) + +=cut + sub dispatch_type { my ($self, $name) = @_;