Skip to content

Instantly share code, notes, and snippets.

@mikemix
Created August 12, 2022 12:40
Show Gist options
  • Save mikemix/3ef2121c6b9fe1afc3dc72a5835e2b20 to your computer and use it in GitHub Desktop.
Save mikemix/3ef2121c6b9fe1afc3dc72a5835e2b20 to your computer and use it in GitHub Desktop.
<?php
interface UserInterface {}
final class RegularWebUser implements UserInterface {}
final class AdminUser implements UserInterface {}
final class PowerAdminUser implements UserInterface {}
final class WipFunctionalityUser implements UserInterface {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment