Skip to content

Instantly share code, notes, and snippets.

@Korbik
Created January 31, 2012 22:11
Show Gist options
  • Save Korbik/1713372 to your computer and use it in GitHub Desktop.
Save Korbik/1713372 to your computer and use it in GitHub Desktop.
<?php
abstract class Mother implements Interface {}
class Daughter extends Mother {}
<?php
abstract class Mother {}
class Daughter extends Mother implements Interface {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment