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