This commit is contained in:
2021-03-29 16:17:22 +08:00
parent 8bc0971f25
commit ce0ba186a7
5 changed files with 88 additions and 11 deletions
-1
View File
@@ -42,7 +42,6 @@ use Snowflake\Snowflake;
$handler[1] = new ReflectionProperty($handler[0], $handler[1]);
}
var_dump(get_class($handler[0]) . '::' . $handler[1]);
/** @var ReflectionProperty $handler [1] */
if ($handler[1]->isPrivate() || $handler[1]->isProtected()) {
$method = 'set' . ucfirst($handler[1]->getName());