<?php trait Hoge { public function hoge(); } class Fuga { use Hoge; public function hoge(){ //do something } }
You have javascript disabled. You will not be able to edit any code.