factoryMethod = $callable; } public function createProcessor() { $factoryMethod = $this->factoryMethod; return $factoryMethod(); } }