Skip to content

Instantly share code, notes, and snippets.

@awartoft
Created June 30, 2012 21:11
Show Gist options
  • Save awartoft/3025541 to your computer and use it in GitHub Desktop.
Save awartoft/3025541 to your computer and use it in GitHub Desktop.
foreach($this->serviceManagers as $key => $sm) {
if (
!$module instanceof $sm['module_class_interface'] &&
!method_exists($module, $sm['module_class_method'])
) {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment