phpmock\functions\SleepFunction::convertToSeconds PHP Method

convertToSeconds() protected method

protected convertToSeconds ( $amount )
    protected function convertToSeconds($amount)
    {
        return $amount;
    }
SleepFunction