hoaproject / Dispatcher

The Hoa\Dispatcher library.
https://hoa-project.net/
12 stars 8 forks source link

Introduce the ObjectMethod dispatcher #16

Open Hywan opened 9 years ago

Hywan commented 9 years ago

Related to #11.

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/7616935-introduce-the-objectmethod-dispatcher?utm_campaign=plugin&utm_content=tracker%2F2101836&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F2101836&utm_medium=issues&utm_source=github).
shulard commented 8 years ago

Hello !

What's the difference here between ClassMethod dispatcher and ObjectMethod ? I try to start an implementation but for me it's the same...

Hywan commented 8 years ago

@shulard A class must be instanciated to get an object.

shulard commented 8 years ago

Hello,

For me the #27 is ready for review and give a valid implementation on an object.