Gets the parsed controller.
array|string|Data The controller as a string or array of data with keys 'class', 'method', 'file' and 'line'
public function getController() : array|string|Data { return $this->data['controller']; }