_action = $action; $this->_opType = $opType; } /** * @return \Elastica\Bulk\Action */ public function getAction() { return $this->_action; } /** * @return string */ public function getOpType() { return $this->_opType; } }