While I was digging through how a certain framework was implementing some code, I came across a class that had a class property called $input. There was a method that what returning a function from a class parent class and it looks something like this: return parent::run($this->input = $input, $this->output); […]