Add missing getter $currentTime

This commit is contained in:
Ha Phan 2015-09-06 13:24:21 +08:00 committed by Romain Neutron
commit 1fee6fb4be

View file

@ -120,6 +120,14 @@ abstract class AbstractProgressListener extends EventEmitter implements Listener
return $this->totalPass;
}
/**
* @return int
*/
public function getCurrentTime()
{
return $this->currentTime;
}
/**
* {@inheritdoc}
*/