改名
This commit is contained in:
@@ -164,6 +164,7 @@ class Annotation extends Component
|
|||||||
$object->{$value->getName()} = $annotation;
|
$object->{$value->getName()} = $annotation;
|
||||||
} else {
|
} else {
|
||||||
$name = 'set' . ucfirst($value->getName());
|
$name = 'set' . ucfirst($value->getName());
|
||||||
|
var_dump($name);
|
||||||
if (!method_exists($object, $name)) {
|
if (!method_exists($object, $name)) {
|
||||||
throw new NotFindPropertyException('set property need method ' . $name);
|
throw new NotFindPropertyException('set property need method ' . $name);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user