Add missing getter $currentTime
This commit is contained in:
parent
f765864749
commit
1fee6fb4be
1 changed files with 8 additions and 0 deletions
|
|
@ -120,6 +120,14 @@ abstract class AbstractProgressListener extends EventEmitter implements Listener
|
||||||
return $this->totalPass;
|
return $this->totalPass;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @return int
|
||||||
|
*/
|
||||||
|
public function getCurrentTime()
|
||||||
|
{
|
||||||
|
return $this->currentTime;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritdoc}
|
* {@inheritdoc}
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue