phpmock\functions\AbstractSleepFunction::convertToSeconds PHP Method

convertToSeconds() abstract protected method

Converts the sleep() parameter into seconds.
abstract protected convertToSeconds ( integer $amount ) : mixed
$amount integer Amount of time units.
return mixed Seconds.
    protected abstract function convertToSeconds($amount);