This commit is contained in:
as2252258@163.com
2021-04-24 19:48:42 +08:00
parent 1867083b14
commit 0077948d12
2 changed files with 13 additions and 3 deletions
+10
View File
@@ -81,6 +81,16 @@ class Annotation extends Component
}
/**
* @param string $class
* @return array
*/
public function getRelateMethods(string $class): array
{
return $this->_model_relate[$class] ?? [];
}
/**
* @param string $class