frameCount = $frameCount; } public function getFrameCount() { return $this->frameCount; } public function setRenderMillis($renderMillis) { $this->renderMillis = $renderMillis; } public function getRenderMillis() { return $this->renderMillis; } }