72 protected function query( $keyword, $msg_ok, $msg_failed ) {
73 if ( $this->dbw->doQuery( $keyword .
" " . $this->id ) !==
false ) {
74 $this->logger->debug( sprintf( $msg_ok, $this->
id ) );
76 $this->logger->debug( sprintf( $msg_failed, $this->
id ) );