class Father{ public static function getStatic(){ return new static(); } public static function getSelf(){ return new self(); } } trait GrandFather{ p Read More
posted @ 2021-03-14 10:40 大匠 Views(48) Comments(0) Diggs(0) Edit