handler and request

This commit is contained in:
Trismegiste
2013-05-12 22:08:01 +02:00
parent 5ef810f3d0
commit 5b4da485d9
2 changed files with 18 additions and 5 deletions

View File

@@ -19,5 +19,5 @@ namespace DesignPatterns\ChainOfResponsibilities;
*/
class Request
{
// getter and setter but I don't want to generate to much noise in handlers
}