_command = $callback; } /** * {@inheritdoc} */ public function execute(ComponentInterface $scope = null) { $cmd = $this->_command; return $cmd($this->getConnection(), $scope); } }