dev; } /** * {@inheritdoc} */ public function getRun() { return $this->run; } /** * {@inheritdoc} */ public function load(string $file = NULL) { $this->contents = json_decode(file_get_contents($this->file), TRUE); } }