<?php trait ProtocolTrait { public function getCryptoMethod() { var_dump(__METHOD__); } } class MyProtocol { use ProtocolTrait; public function getCryptoMethod() { var_dump(__METHOD__); } } $c = new MyProtocol(); $c->getCryptoMethod();
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`