改名
This commit is contained in:
@@ -139,6 +139,7 @@ class Annotation extends Component
|
|||||||
private function resolveAnnotations(ReflectionMethod $method, $alias, $object): array
|
private function resolveAnnotations(ReflectionMethod $method, $alias, $object): array
|
||||||
{
|
{
|
||||||
$attributes = $method->getAttributes();
|
$attributes = $method->getAttributes();
|
||||||
|
$this->debug($method->getName());
|
||||||
if ($method->getName() == 'getGoods_descriptionAttribute') {
|
if ($method->getName() == 'getGoods_descriptionAttribute') {
|
||||||
var_dump($method, $attributes);
|
var_dump($method, $attributes);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user