php-trait   [plain text]


trait RIGHT
{
    public function foo($ChangeMe)
    {
        return 'foo';
    }
}