Browsed by
Snippet Tag: php trait

trait.colour.php

trait.colour.php

<?php trait Colour { function getColour() { return "red"; } } ?>