windowAfter = $windowAfter; } public function getWindowAfter() { return $this->windowAfter; } public function setWindowBefore($windowBefore) { $this->windowBefore = $windowBefore; } public function getWindowBefore() { return $this->windowBefore; } }