aboutsummaryrefslogtreecommitdiff
path: root/model/Schedule.php
blob: db940ce2198480af1a7d699e5ea186906a40c11e (plain)
1
2
3
4
5
6
7
8
<?php

class Schedule extends ModelBase
{
	public function getSimulationOffset() {
		return $this->get('SCHEDULE.SIMULATE_OFFSET', 0);
	}
}