ExampleTrait.php 98 Bytes
<?php
trait ExampleTrait
{
    public function ohHai()
    {
        return __FUNCTION__;
    }
}