loader = $loader; parent::__construct($paths); } protected function getFileLoaderInstance($file) { $this->timesCalled++; return $this->loader; } public function getTimesCalled() { return $this->timesCalled; } }