Skip to content

Instantly share code, notes, and snippets.

@nahid

nahid/trait1.php Secret

Created July 27, 2018 08:15
Show Gist options
  • Save nahid/5545c6729fa087f8c425c182d7f94d2e to your computer and use it in GitHub Desktop.
Save nahid/5545c6729fa087f8c425c182d7f94d2e to your computer and use it in GitHub Desktop.
trait traitName {
// do something as per class rules
}
// usage
class className {
use traitName;
// do something
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment