end module removal

This commit is contained in:
Manuel Raynaud
2013-10-21 11:30:19 +02:00
parent a10fa20340
commit 28b7423443
5 changed files with 56 additions and 4 deletions

View File

@@ -62,4 +62,9 @@ class ModuleEvent extends ActionEvent
return $this->module;
}
public function hasModule()
{
return null !== $this->module;
}
}