Compare commits
2 Commits
53a8a50623
...
0a170072ba
Author | SHA1 | Date | |
---|---|---|---|
0a170072ba | |||
2998562d4e |
@ -80,9 +80,7 @@ class TaskFetcher {
|
||||
# Should generate an equivalent of Ulmus's object reflection here !
|
||||
$objectResolver = new ObjectResolver($class, true, true, false, true);
|
||||
|
||||
$taskList = $objectResolver->getAnnotationListFromClassname( $this->annotations['method'], false );
|
||||
|
||||
foreach($taskList as $func => $cronard) {
|
||||
foreach($objectResolver->getAnnotationListFromClassname( $this->annotations['method'], false ) as $func => $cronard) {
|
||||
foreach($cronard as $task) {
|
||||
$list[] = [ 'class' => $class, 'method' => $func, 'annotation' => $task ];
|
||||
}
|
||||
|
Reference in New Issue
Block a user