mirror of
https://github.com/idanoo/nzart-exam-generator
synced 2025-07-03 14:52:17 +00:00
Added result tracking
This commit is contained in:
parent
0c6a5f3833
commit
b8794f6dc5
8 changed files with 167 additions and 47 deletions
|
@ -65,7 +65,7 @@ class DataItem {
|
|||
}
|
||||
|
||||
public function getTime() {
|
||||
$timeColumn = static::_getCreationTime();
|
||||
$timeColumn = self::_getTime();
|
||||
return $this->$timeColumn;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue